Shades of Olive Drab #608310
Tints of Olive Drab #608310
RGB
CMYK
RGB Variations
Color information
#608310 (or 0x608310) is known color: Olive Drab. HEX triplet: 60, 83 and 10. RGB value is (96,131,16). Sum of RGB (Red+Green+Blue) = 96+131+16=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #608310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608310 is #9F7CEF. Grayscale: #6B6B6B. Windows color (decimal): -10452208 or 1082208. OLE color: 1082208.
HSL color Cylindrical-coordinate representation of color #608310: hue angle of 78.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #608310 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 16 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.49 |
| HSL | 78.26º | 0.78% | 0.29% | - |
| HSV(B) | 78.26º | 0.88% | 0.51% | - |
| XYZ | 13.03 | 18.76 | 3.42 | - |
| YUV | 107.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 16 | 0.27 | 0 | 0.88 | 0.49 | 78.26 | 0.78 | 0.29 |
| Hex | 60 | 83 | 10 | 1B | 0 | 58 | 31 | 4E | 4E | 1D |
| Octal | 140 | 203 | 20 | 33 | 0 | 130 | 61 | 116 | 116 | 35 |
| Binary | 1100000 | 10000011 | 10000 | 11011 | 0 | 1011000 | 110001 | 1001110 | 1001110 | 11101 |
Color Harmonies of #608310
Complementary color
Monochromatic Colors of #608310
Black with #608310
Text Example
Text Example
White with #608310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608310; }
p { color: rgb(96,131,16); }
H1.HeaderClassName
{
color: #608310;
}
.AnyTagClassName
{
color: #608310;
}
</style>
background-color css
<style>
a { background-color: #608310; }
a { background-color: rgb(96,131,16); }
div.DivClassName
{
background-color: #608310;
}
.BgClassName
{
background-color: #608310;
}
</style>
border-color css
<style>
span { border-color: #608310; }
span { border-color: rgb(96,131,16); }
td.TdClassName
{
border-color: #608310;
}
.TagClassName
{
border-color: #608310;
}
</style>