Shades of Olive Drab #608601
Tints of Olive Drab #608601
RGB
CMYK
RGB Variations
Color information
#608601 (or 0x608601) is known color: Olive Drab. HEX triplet: 60, 86 and 01. RGB value is (96,134,1). Sum of RGB (Red+Green+Blue) = 96+134+1=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #608601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608601 is #9F79FE. Grayscale: #6B6B6B. Windows color (decimal): -10451455 or 99936. OLE color: 99936.
HSL color Cylindrical-coordinate representation of color #608601: hue angle of 77.14º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #608601 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.47 |
| HSL | 77.14º | 0.99% | 0.26% | - |
| HSV(B) | 77.14º | 0.99% | 0.53% | - |
| XYZ | 13.35 | 19.54 | 3.1 | - |
| YUV | 107.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 1 | 0.28 | 0 | 0.99 | 0.47 | 77.14 | 0.99 | 0.26 |
| Hex | 60 | 86 | 1 | 1C | 0 | 63 | 2F | 4D | 63 | 1A |
| Octal | 140 | 206 | 1 | 34 | 0 | 143 | 57 | 115 | 143 | 32 |
| Binary | 1100000 | 10000110 | 1 | 11100 | 0 | 1100011 | 101111 | 1001101 | 1100011 | 11010 |
Color Harmonies of #608601
Complementary color
Monochromatic Colors of #608601
Black with #608601
Text Example
Text Example
White with #608601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608601; }
p { color: rgb(96,134,1); }
H1.HeaderClassName
{
color: #608601;
}
.AnyTagClassName
{
color: #608601;
}
</style>
background-color css
<style>
a { background-color: #608601; }
a { background-color: rgb(96,134,1); }
div.DivClassName
{
background-color: #608601;
}
.BgClassName
{
background-color: #608601;
}
</style>
border-color css
<style>
span { border-color: #608601; }
span { border-color: rgb(96,134,1); }
td.TdClassName
{
border-color: #608601;
}
.TagClassName
{
border-color: #608601;
}
</style>