Shades of Olive Drab #658F01
Tints of Olive Drab #658F01
RGB
CMYK
RGB Variations
Color information
#658F01 (or 0x658F01) is known color: Olive Drab. HEX triplet: 65, 8F and 01. RGB value is (101,143,1). Sum of RGB (Red+Green+Blue) = 101+143+1=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 143 (56.25% from 255 or 58.37% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 143 - color contains mainly: green. Hex color #658F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658F01 is #9A70FE. Grayscale: #727272. Windows color (decimal): -10121471 or 102245. OLE color: 102245.
HSL color Cylindrical-coordinate representation of color #658F01: hue angle of 77.75º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #658F01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 143 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.44 |
| HSL | 77.75º | 0.99% | 0.28% | - |
| HSV(B) | 77.75º | 0.99% | 0.56% | - |
| XYZ | 15.19 | 22.41 | 3.55 | - |
| YUV | 114.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 1 | 0.29 | 0 | 0.99 | 0.44 | 77.75 | 0.99 | 0.28 |
| Hex | 65 | 8F | 1 | 1D | 0 | 63 | 2C | 4E | 63 | 1C |
| Octal | 145 | 217 | 1 | 35 | 0 | 143 | 54 | 116 | 143 | 34 |
| Binary | 1100101 | 10001111 | 1 | 11101 | 0 | 1100011 | 101100 | 1001110 | 1100011 | 11100 |
Color Harmonies of #658F01
Complementary color
Monochromatic Colors of #658F01
Black with #658F01
Text Example
Text Example
White with #658F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F01; }
p { color: rgb(101,143,1); }
H1.HeaderClassName
{
color: #658F01;
}
.AnyTagClassName
{
color: #658F01;
}
</style>
background-color css
<style>
a { background-color: #658F01; }
a { background-color: rgb(101,143,1); }
div.DivClassName
{
background-color: #658F01;
}
.BgClassName
{
background-color: #658F01;
}
</style>
border-color css
<style>
span { border-color: #658F01; }
span { border-color: rgb(101,143,1); }
td.TdClassName
{
border-color: #658F01;
}
.TagClassName
{
border-color: #658F01;
}
</style>