Shades of Olive Drab #608D01
Tints of Olive Drab #608D01
RGB
CMYK
RGB Variations
Color information
#608D01 (or 0x608D01) is known color: Olive Drab. HEX triplet: 60, 8D and 01. RGB value is (96,141,1). Sum of RGB (Red+Green+Blue) = 96+141+1=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 141 (55.47% from 255 or 59.24% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 141 - color contains mainly: green. Hex color #608D01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D01 is #9F72FE. Grayscale: #707070. Windows color (decimal): -10449663 or 101728. OLE color: 101728.
HSL color Cylindrical-coordinate representation of color #608D01: hue angle of 79.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #608D01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.45 |
| HSL | 79.29º | 0.99% | 0.28% | - |
| HSV(B) | 79.29º | 0.99% | 0.55% | - |
| XYZ | 14.35 | 21.54 | 3.43 | - |
| YUV | 111.59 | 65.59 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 1 | 0.32 | 0 | 0.99 | 0.45 | 79.29 | 0.99 | 0.28 |
| Hex | 60 | 8D | 1 | 20 | 0 | 63 | 2D | 4F | 63 | 1C |
| Octal | 140 | 215 | 1 | 40 | 0 | 143 | 55 | 117 | 143 | 34 |
| Binary | 1100000 | 10001101 | 1 | 100000 | 0 | 1100011 | 101101 | 1001111 | 1100011 | 11100 |
Color Harmonies of #608D01
Complementary color
Monochromatic Colors of #608D01
Black with #608D01
Text Example
Text Example
White with #608D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D01; }
p { color: rgb(96,141,1); }
H1.HeaderClassName
{
color: #608D01;
}
.AnyTagClassName
{
color: #608D01;
}
</style>
background-color css
<style>
a { background-color: #608D01; }
a { background-color: rgb(96,141,1); }
div.DivClassName
{
background-color: #608D01;
}
.BgClassName
{
background-color: #608D01;
}
</style>
border-color css
<style>
span { border-color: #608D01; }
span { border-color: rgb(96,141,1); }
td.TdClassName
{
border-color: #608D01;
}
.TagClassName
{
border-color: #608D01;
}
</style>