Shades of Olive #6D6B05
Tints of Olive #6D6B05
RGB
CMYK
RGB Variations
Color information
#6D6B05 (or 0x6D6B05) is known color: Olive. HEX triplet: 6D, 6B and 05. RGB value is (109,107,5). Sum of RGB (Red+Green+Blue) = 109+107+5=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6B05 is #9294FA. Grayscale: #606060. Windows color (decimal): -9606395 or 355181. OLE color: 355181.
HSL color Cylindrical-coordinate representation of color #6D6B05: hue angle of 58.85º 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 #6D6B05 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 107 | 5 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.57 |
| HSL | 58.85º | 0.91% | 0.22% | - |
| HSV(B) | 58.85º | 0.95% | 0.43% | - |
| XYZ | 11.59 | 13.78 | 2.19 | - |
| YUV | 95.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 5 | 0 | 0.02 | 0.95 | 0.57 | 58.85 | 0.91 | 0.22 |
| Hex | 6D | 6B | 5 | 0 | 2 | 5F | 39 | 3B | 5B | 16 |
| Octal | 155 | 153 | 5 | 0 | 2 | 137 | 71 | 73 | 133 | 26 |
| Binary | 1101101 | 1101011 | 101 | 0 | 10 | 1011111 | 111001 | 111011 | 1011011 | 10110 |
Color Harmonies of #6D6B05
Complementary color
Monochromatic Colors of #6D6B05
Black with #6D6B05
Text Example
Text Example
White with #6D6B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B05; }
p { color: rgb(109,107,5); }
H1.HeaderClassName
{
color: #6D6B05;
}
.AnyTagClassName
{
color: #6D6B05;
}
</style>
background-color css
<style>
a { background-color: #6D6B05; }
a { background-color: rgb(109,107,5); }
div.DivClassName
{
background-color: #6D6B05;
}
.BgClassName
{
background-color: #6D6B05;
}
</style>
border-color css
<style>
span { border-color: #6D6B05; }
span { border-color: rgb(109,107,5); }
td.TdClassName
{
border-color: #6D6B05;
}
.TagClassName
{
border-color: #6D6B05;
}
</style>