Shades of Olive Drab #658F04
Tints of Olive Drab #658F04
RGB
CMYK
RGB Variations
Color information
#658F04 (or 0x658F04) is known color: Olive Drab. HEX triplet: 65, 8F and 04. RGB value is (101,143,4). Sum of RGB (Red+Green+Blue) = 101+143+4=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #658F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658F04 is #9A70FB. Grayscale: #737373. Windows color (decimal): -10121468 or 298853. OLE color: 298853.
HSL color Cylindrical-coordinate representation of color #658F04: hue angle of 78.13º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #658F04 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 143 | 4 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.44 |
| HSL | 78.13º | 0.95% | 0.29% | - |
| HSV(B) | 78.13º | 0.97% | 0.56% | - |
| XYZ | 15.21 | 22.42 | 3.64 | - |
| YUV | 114.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 4 | 0.29 | 0 | 0.97 | 0.44 | 78.13 | 0.95 | 0.29 |
| Hex | 65 | 8F | 4 | 1D | 0 | 61 | 2C | 4E | 5F | 1D |
| Octal | 145 | 217 | 4 | 35 | 0 | 141 | 54 | 116 | 137 | 35 |
| Binary | 1100101 | 10001111 | 100 | 11101 | 0 | 1100001 | 101100 | 1001110 | 1011111 | 11101 |
Color Harmonies of #658F04
Complementary color
Monochromatic Colors of #658F04
Black with #658F04
Text Example
Text Example
White with #658F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F04; }
p { color: rgb(101,143,4); }
H1.HeaderClassName
{
color: #658F04;
}
.AnyTagClassName
{
color: #658F04;
}
</style>
background-color css
<style>
a { background-color: #658F04; }
a { background-color: rgb(101,143,4); }
div.DivClassName
{
background-color: #658F04;
}
.BgClassName
{
background-color: #658F04;
}
</style>
border-color css
<style>
span { border-color: #658F04; }
span { border-color: rgb(101,143,4); }
td.TdClassName
{
border-color: #658F04;
}
.TagClassName
{
border-color: #658F04;
}
</style>