Shades of Olive Drab #608801
Tints of Olive Drab #608801
RGB
CMYK
RGB Variations
Color information
#608801 (or 0x608801) is known color: Olive Drab. HEX triplet: 60, 88 and 01. RGB value is (96,136,1). Sum of RGB (Red+Green+Blue) = 96+136+1=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #608801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608801 is #9F77FE. Grayscale: #6D6D6D. Windows color (decimal): -10450943 or 100448. OLE color: 100448.
HSL color Cylindrical-coordinate representation of color #608801: hue angle of 77.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #608801 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.47 |
| HSL | 77.78º | 0.99% | 0.27% | - |
| HSV(B) | 77.78º | 0.99% | 0.53% | - |
| XYZ | 13.63 | 20.1 | 3.19 | - |
| YUV | 108.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 1 | 0.29 | 0 | 0.99 | 0.47 | 77.78 | 0.99 | 0.27 |
| Hex | 60 | 88 | 1 | 1D | 0 | 63 | 2F | 4E | 63 | 1B |
| Octal | 140 | 210 | 1 | 35 | 0 | 143 | 57 | 116 | 143 | 33 |
| Binary | 1100000 | 10001000 | 1 | 11101 | 0 | 1100011 | 101111 | 1001110 | 1100011 | 11011 |
Color Harmonies of #608801
Complementary color
Monochromatic Colors of #608801
Black with #608801
Text Example
Text Example
White with #608801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608801; }
p { color: rgb(96,136,1); }
H1.HeaderClassName
{
color: #608801;
}
.AnyTagClassName
{
color: #608801;
}
</style>
background-color css
<style>
a { background-color: #608801; }
a { background-color: rgb(96,136,1); }
div.DivClassName
{
background-color: #608801;
}
.BgClassName
{
background-color: #608801;
}
</style>
border-color css
<style>
span { border-color: #608801; }
span { border-color: rgb(96,136,1); }
td.TdClassName
{
border-color: #608801;
}
.TagClassName
{
border-color: #608801;
}
</style>