#6D7608

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

Shades of Olive #6D7608

Tints of Olive #6D7608

Color information

#6D7608 (or 0x6D7608) is unknown color: approx Olive. HEX triplet: 6D, 76 and 08. RGB value is (109,118,8). Sum of RGB (Red+Green+Blue) = 109+118+8=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7608 is #9289F7. Grayscale: #676767. Windows color (decimal): -9603576 or 554605. OLE color: 554605.

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

Color convert

RGB1091188-
CMYK0.0800.930.54
HSL64.91º87.3%24.71%-
HSV(B)64.91º93.22%46.27%-
XYZ12.8316.232.69-
YUV102.7774.52132.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 8 (3.52% from 255) = 3.40%
R=46.38%
G=50.21%
B=3.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10911880.0800.930.5464.9187.324.71
Hex6D768805D36415719
Octal155166101001356610112731
Binary1101101111011010001000010111011101101000001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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