Html Css Color HEX #6F9200 Olive

📋 copy color: '#6F9200'

red 111 ◦ green 146 ◦ blue 0

#6F9200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #6F9200

Tints of Olive #6F9200

RGB

 RED value IS 111 (43.75% from 255) = 43.19%

 GREEN value IS 146 (57.42% from 255) = 56.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.19%
G = 56.81%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F9200 (or 0x6F9200) is known color: Olive. HEX triplet: 6F, 92 and 00. RGB value is (111,146,0). Sum of RGB (Red+Green+Blue) = 111+146+0=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9200 is #906DFF. Grayscale: #777777. Windows color (decimal): -9465344 or 37487. OLE color: 37487.

HSL color Cylindrical-coordinate representation of color #6F9200: hue angle of 74.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F9200 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 146 0 -
CMYK 0.24 0 1 0.43
HSL 74.38º 1% 0.29% -
HSV(B) 74.38º 1% 0.57% -
XYZ 16.83 23.94 3.73 -
YUV 118.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 111 146 0 0.24 0 1 0.43 74.38 1 0.29
Hex 6F 92 0 18 0 64 2B 4A 64 1D
Octal 157 222 0 30 0 144 53 112 144 35
Binary 1101111 10010010 0 11000 0 1100100 101011 1001010 1100100 11101

Color Harmonies of #6F9200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9200

Black with #6F9200

Text Example


Text Example

White with #6F9200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F9200; }

 p { color: rgb(111,146,0); }

 H1.HeaderClassName
 {
   color: #6F9200;
 }
 .AnyTagClassName
 {
   color: #6F9200;
 }
</style>

background-color css

<style>
 a { background-color: #6F9200; }

 a { background-color: rgb(111,146,0); }

 div.DivClassName
 {
   background-color: #6F9200;
 }
 .BgClassName
 {
   background-color: #6F9200;
 }
</style>

border-color css

<style>
 span { border-color: #6F9200; }

 span { border-color: rgb(111,146,0); }

 td.TdClassName
 {
   border-color: #6F9200;
 }
 .TagClassName
 {
   border-color: #6F9200;
 }
</style>