Shades of Olive Drab #658D08
Tints of Olive Drab #658D08
RGB
CMYK
RGB Variations
Color information
#658D08 (or 0x658D08) is known color: Olive Drab. HEX triplet: 65, 8D and 08. RGB value is (101,141,8). Sum of RGB (Red+Green+Blue) = 101+141+8=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #658D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658D08 is #9A72F7. Grayscale: #727272. Windows color (decimal): -10121976 or 560485. OLE color: 560485.
HSL color Cylindrical-coordinate representation of color #658D08: hue angle of 78.05º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #658D08 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 141 | 8 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.45 |
| HSL | 78.05º | 0.89% | 0.29% | - |
| HSV(B) | 78.05º | 0.94% | 0.55% | - |
| XYZ | 14.94 | 21.83 | 3.66 | - |
| YUV | 113.88 | 68.25 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 8 | 0.28 | 0 | 0.94 | 0.45 | 78.05 | 0.89 | 0.29 |
| Hex | 65 | 8D | 8 | 1C | 0 | 5E | 2D | 4E | 59 | 1D |
| Octal | 145 | 215 | 10 | 34 | 0 | 136 | 55 | 116 | 131 | 35 |
| Binary | 1100101 | 10001101 | 1000 | 11100 | 0 | 1011110 | 101101 | 1001110 | 1011001 | 11101 |
Color Harmonies of #658D08
Complementary color
Monochromatic Colors of #658D08
Black with #658D08
Text Example
Text Example
White with #658D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D08; }
p { color: rgb(101,141,8); }
H1.HeaderClassName
{
color: #658D08;
}
.AnyTagClassName
{
color: #658D08;
}
</style>
background-color css
<style>
a { background-color: #658D08; }
a { background-color: rgb(101,141,8); }
div.DivClassName
{
background-color: #658D08;
}
.BgClassName
{
background-color: #658D08;
}
</style>
border-color css
<style>
span { border-color: #658D08; }
span { border-color: rgb(101,141,8); }
td.TdClassName
{
border-color: #658D08;
}
.TagClassName
{
border-color: #658D08;
}
</style>