Shades of Olive #6D6C08
Tints of Olive #6D6C08
RGB
CMYK
RGB Variations
Color information
#6D6C08 (or 0x6D6C08) is known color: Olive. HEX triplet: 6D, 6C and 08. RGB value is (109,108,8). Sum of RGB (Red+Green+Blue) = 109+108+8=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6C08 is #9293F7. Grayscale: #616161. Windows color (decimal): -9606136 or 552045. OLE color: 552045.
HSL color Cylindrical-coordinate representation of color #6D6C08: hue angle of 59.41º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D6C08 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 8 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.57 |
| HSL | 59.41º | 0.86% | 0.23% | - |
| HSV(B) | 59.41º | 0.93% | 0.43% | - |
| XYZ | 11.71 | 13.99 | 2.31 | - |
| YUV | 96.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 8 | 0 | 0.01 | 0.93 | 0.57 | 59.41 | 0.86 | 0.23 |
| Hex | 6D | 6C | 8 | 0 | 1 | 5D | 39 | 3B | 56 | 17 |
| Octal | 155 | 154 | 10 | 0 | 1 | 135 | 71 | 73 | 126 | 27 |
| Binary | 1101101 | 1101100 | 1000 | 0 | 1 | 1011101 | 111001 | 111011 | 1010110 | 10111 |
Color Harmonies of #6D6C08
Complementary color
Monochromatic Colors of #6D6C08
Black with #6D6C08
Text Example
Text Example
White with #6D6C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C08; }
p { color: rgb(109,108,8); }
H1.HeaderClassName
{
color: #6D6C08;
}
.AnyTagClassName
{
color: #6D6C08;
}
</style>
background-color css
<style>
a { background-color: #6D6C08; }
a { background-color: rgb(109,108,8); }
div.DivClassName
{
background-color: #6D6C08;
}
.BgClassName
{
background-color: #6D6C08;
}
</style>
border-color css
<style>
span { border-color: #6D6C08; }
span { border-color: rgb(109,108,8); }
td.TdClassName
{
border-color: #6D6C08;
}
.TagClassName
{
border-color: #6D6C08;
}
</style>