Shades of Olive #6D8B05
Tints of Olive #6D8B05
RGB
CMYK
RGB Variations
Color information
#6D8B05 (or 0x6D8B05) is known color: Olive. HEX triplet: 6D, 8B and 05. RGB value is (109,139,5). Sum of RGB (Red+Green+Blue) = 109+139+5=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8B05 is #9274FA. Grayscale: #737373. Windows color (decimal): -9598203 or 363373. OLE color: 363373.
HSL color Cylindrical-coordinate representation of color #6D8B05: hue angle of 73.43º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D8B05 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 5 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.45 |
| HSL | 73.43º | 0.93% | 0.28% | - |
| HSV(B) | 73.43º | 0.96% | 0.55% | - |
| XYZ | 15.57 | 21.73 | 3.52 | - |
| YUV | 114.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 5 | 0.22 | 0 | 0.96 | 0.45 | 73.43 | 0.93 | 0.28 |
| Hex | 6D | 8B | 5 | 16 | 0 | 60 | 2D | 49 | 5D | 1C |
| Octal | 155 | 213 | 5 | 26 | 0 | 140 | 55 | 111 | 135 | 34 |
| Binary | 1101101 | 10001011 | 101 | 10110 | 0 | 1100000 | 101101 | 1001001 | 1011101 | 11100 |
Color Harmonies of #6D8B05
Complementary color
Monochromatic Colors of #6D8B05
Black with #6D8B05
Text Example
Text Example
White with #6D8B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B05; }
p { color: rgb(109,139,5); }
H1.HeaderClassName
{
color: #6D8B05;
}
.AnyTagClassName
{
color: #6D8B05;
}
</style>
background-color css
<style>
a { background-color: #6D8B05; }
a { background-color: rgb(109,139,5); }
div.DivClassName
{
background-color: #6D8B05;
}
.BgClassName
{
background-color: #6D8B05;
}
</style>
border-color css
<style>
span { border-color: #6D8B05; }
span { border-color: rgb(109,139,5); }
td.TdClassName
{
border-color: #6D8B05;
}
.TagClassName
{
border-color: #6D8B05;
}
</style>