#6F6908

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

Shades of Olive #6F6908

Tints of Olive #6F6908

Color information

#6F6908 (or 0x6F6908) is unknown color: approx Olive. HEX triplet: 6F, 69 and 08. RGB value is (111,105,8). Sum of RGB (Red+Green+Blue) = 111+105+8=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6908 is #9096F7. Grayscale: #606060. Windows color (decimal): -9475832 or 551279. OLE color: 551279.

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

Color convert

RGB1111058-
CMYK00.050.930.56
HSL56.5º86.55%23.33%-
HSV(B)56.5º92.79%43.53%-
XYZ11.6513.52.22-
YUV95.7478.49138.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.55%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 8 (3.52% from 255) = 3.57%
R=49.55%
G=46.88%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111105800.050.930.5656.586.5523.33
Hex6F698055D38395717
Octal1571511005135707112727
Binary11011111101001100001011011101111000111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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