#6D7708

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

Shades of Olive #6D7708

Tints of Olive #6D7708

Color information

#6D7708 (or 0x6D7708) is unknown color: approx Olive. HEX triplet: 6D, 77 and 08. RGB value is (109,119,8). Sum of RGB (Red+Green+Blue) = 109+119+8=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #6D7708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7708 is #9288F7. Grayscale: #676767. Windows color (decimal): -9603320 or 554861. OLE color: 554861.

HSL color Cylindrical-coordinate representation of color #6D7708: hue angle of 65.41º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D7708 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1091198-
CMYK0.0800.930.53
HSL65.41º87.4%24.9%-
HSV(B)65.41º93.28%46.67%-
XYZ12.9516.462.72-
YUV103.3674.19132.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.19%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 8 (3.52% from 255) = 3.39%
R=46.19%
G=50.42%
B=3.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10911980.0800.930.5365.4187.424.9
Hex6D778805D35415719
Octal155167101001356510112731
Binary1101101111011110001000010111011101011000001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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