Shades of Olive #6D6506
Tints of Olive #6D6506
RGB
CMYK
RGB Variations
Color information
#6D6506 (or 0x6D6506) is known color: Olive. HEX triplet: 6D, 65 and 06. RGB value is (109,101,6). Sum of RGB (Red+Green+Blue) = 109+101+6=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6506 is #929AF9. Grayscale: #5C5C5C. Windows color (decimal): -9607930 or 419181. OLE color: 419181.
HSL color Cylindrical-coordinate representation of color #6D6506: hue angle of 55.34º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D6506 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 6 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.57 |
| HSL | 55.34º | 0.9% | 0.23% | - |
| HSV(B) | 55.34º | 0.94% | 0.43% | - |
| XYZ | 10.99 | 12.57 | 2.02 | - |
| YUV | 92.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 6 | 0 | 0.07 | 0.94 | 0.57 | 55.34 | 0.9 | 0.23 |
| Hex | 6D | 65 | 6 | 0 | 7 | 5E | 39 | 37 | 5A | 17 |
| Octal | 155 | 145 | 6 | 0 | 7 | 136 | 71 | 67 | 132 | 27 |
| Binary | 1101101 | 1100101 | 110 | 0 | 111 | 1011110 | 111001 | 110111 | 1011010 | 10111 |
Color Harmonies of #6D6506
Complementary color
Monochromatic Colors of #6D6506
Black with #6D6506
Text Example
Text Example
White with #6D6506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6506; }
p { color: rgb(109,101,6); }
H1.HeaderClassName
{
color: #6D6506;
}
.AnyTagClassName
{
color: #6D6506;
}
</style>
background-color css
<style>
a { background-color: #6D6506; }
a { background-color: rgb(109,101,6); }
div.DivClassName
{
background-color: #6D6506;
}
.BgClassName
{
background-color: #6D6506;
}
</style>
border-color css
<style>
span { border-color: #6D6506; }
span { border-color: rgb(109,101,6); }
td.TdClassName
{
border-color: #6D6506;
}
.TagClassName
{
border-color: #6D6506;
}
</style>