Html Css Color HEX #6F6D08 Olive

📋 copy color: '#6F6D08'

red 111 ◦ green 109 ◦ blue 8

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

Shades of Olive #6F6D08

Tints of Olive #6F6D08

RGB

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

 GREEN value IS 109 (42.97% from 255) = 47.81%

 BLUE value IS 8 (3.52% from 255) = 3.51%

R = 48.68%
G = 47.81%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F6D08 (or 0x6F6D08) is known color: Olive. HEX triplet: 6F, 6D and 08. RGB value is (111,109,8). Sum of RGB (Red+Green+Blue) = 111+109+8=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6D08 is #9092F7. Grayscale: #626262. Windows color (decimal): -9474808 or 552303. OLE color: 552303.

HSL color Cylindrical-coordinate representation of color #6F6D08: hue angle of 58.83º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F6D08 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 109 8 -
CMYK 0 0.02 0.93 0.56
HSL 58.83º 0.87% 0.23% -
HSV(B) 58.83º 0.93% 0.44% -
XYZ 12.07 14.33 2.36 -
YUV 98.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 111 109 8 0 0.02 0.93 0.56 58.83 0.87 0.23
Hex 6F 6D 8 0 2 5D 38 3B 57 17
Octal 157 155 10 0 2 135 70 73 127 27
Binary 1101111 1101101 1000 0 10 1011101 111000 111011 1010111 10111

Color Harmonies of #6F6D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D08

Black with #6F6D08

Text Example


Text Example

White with #6F6D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,109,8); }

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

background-color css

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

 a { background-color: rgb(111,109,8); }

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

border-color css

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

 span { border-color: rgb(111,109,8); }

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