#6F6808

Color #6F6808 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6F6808

Tints of Olive #6F6808

Color information

#6F6808 (or 0x6F6808) is unknown color: approx Olive. HEX triplet: 6F, 68 and 08. RGB value is (111,104,8). Sum of RGB (Red+Green+Blue) = 111+104+8=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6808 is #9097F7. Grayscale: #5F5F5F. Windows color (decimal): -9476088 or 551023. OLE color: 551023.

HSL color Cylindrical-coordinate representation of color #6F6808: hue angle of 55.92º 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 #6F6808 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB1111048-
CMYK00.060.930.56
HSL55.92º86.55%23.33%-
HSV(B)55.92º92.79%43.53%-
XYZ11.5513.32.19-
YUV95.1578.82139.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=49.78%
G=46.64%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111104800.060.930.5655.9286.5523.33
Hex6F688065D38385717
Octal1571501006135707012727
Binary11011111101000100001101011101111000111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F6808;
 }
 .AnyTagClassName
 {
   color: #6F6808;
 }
</style>
background-color css

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

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

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

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

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

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