Shades of Olive #6D6C05
Tints of Olive #6D6C05
RGB
CMYK
RGB Variations
Color information
#6D6C05 (or 0x6D6C05) is known color: Olive. HEX triplet: 6D, 6C and 05. RGB value is (109,108,5). Sum of RGB (Red+Green+Blue) = 109+108+5=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6C05 is #9293FA. Grayscale: #606060. Windows color (decimal): -9606139 or 355437. OLE color: 355437.
HSL color Cylindrical-coordinate representation of color #6D6C05: hue angle of 59.42º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D6C05 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 5 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.57 |
| HSL | 59.42º | 0.91% | 0.22% | - |
| HSV(B) | 59.42º | 0.95% | 0.43% | - |
| XYZ | 11.7 | 13.99 | 2.23 | - |
| YUV | 96.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 5 | 0 | 0.01 | 0.95 | 0.57 | 59.42 | 0.91 | 0.22 |
| Hex | 6D | 6C | 5 | 0 | 1 | 5F | 39 | 3B | 5B | 16 |
| Octal | 155 | 154 | 5 | 0 | 1 | 137 | 71 | 73 | 133 | 26 |
| Binary | 1101101 | 1101100 | 101 | 0 | 1 | 1011111 | 111001 | 111011 | 1011011 | 10110 |
Color Harmonies of #6D6C05
Complementary color
Monochromatic Colors of #6D6C05
Black with #6D6C05
Text Example
Text Example
White with #6D6C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C05; }
p { color: rgb(109,108,5); }
H1.HeaderClassName
{
color: #6D6C05;
}
.AnyTagClassName
{
color: #6D6C05;
}
</style>
background-color css
<style>
a { background-color: #6D6C05; }
a { background-color: rgb(109,108,5); }
div.DivClassName
{
background-color: #6D6C05;
}
.BgClassName
{
background-color: #6D6C05;
}
</style>
border-color css
<style>
span { border-color: #6D6C05; }
span { border-color: rgb(109,108,5); }
td.TdClassName
{
border-color: #6D6C05;
}
.TagClassName
{
border-color: #6D6C05;
}
</style>