Shades of Olive #6D6908
Tints of Olive #6D6908
RGB
CMYK
RGB Variations
Color information
#6D6908 (or 0x6D6908) is known color: Olive. HEX triplet: 6D, 69 and 08. RGB value is (109,105,8). Sum of RGB (Red+Green+Blue) = 109+105+8=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6908 is #9296F7. Grayscale: #5F5F5F. Windows color (decimal): -9606904 or 551277. OLE color: 551277.
HSL color Cylindrical-coordinate representation of color #6D6908: hue angle of 57.62º 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 #6D6908 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 8 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.57 |
| HSL | 57.62º | 0.86% | 0.23% | - |
| HSV(B) | 57.62º | 0.93% | 0.43% | - |
| XYZ | 11.4 | 13.37 | 2.21 | - |
| YUV | 95.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 8 | 0 | 0.04 | 0.93 | 0.57 | 57.62 | 0.86 | 0.23 |
| Hex | 6D | 69 | 8 | 0 | 4 | 5D | 39 | 3A | 56 | 17 |
| Octal | 155 | 151 | 10 | 0 | 4 | 135 | 71 | 72 | 126 | 27 |
| Binary | 1101101 | 1101001 | 1000 | 0 | 100 | 1011101 | 111001 | 111010 | 1010110 | 10111 |
Color Harmonies of #6D6908
Complementary color
Monochromatic Colors of #6D6908
Black with #6D6908
Text Example
Text Example
White with #6D6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6908; }
p { color: rgb(109,105,8); }
H1.HeaderClassName
{
color: #6D6908;
}
.AnyTagClassName
{
color: #6D6908;
}
</style>
background-color css
<style>
a { background-color: #6D6908; }
a { background-color: rgb(109,105,8); }
div.DivClassName
{
background-color: #6D6908;
}
.BgClassName
{
background-color: #6D6908;
}
</style>
border-color css
<style>
span { border-color: #6D6908; }
span { border-color: rgb(109,105,8); }
td.TdClassName
{
border-color: #6D6908;
}
.TagClassName
{
border-color: #6D6908;
}
</style>