Shades of Olive Drab #609313
Tints of Olive Drab #609313
RGB
CMYK
RGB Variations
Color information
#609313 (or 0x609313) is known color: Olive Drab. HEX triplet: 60, 93 and 13. RGB value is (96,147,19). Sum of RGB (Red+Green+Blue) = 96+147+19=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #609313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609313 is #9F6CEC. Grayscale: #757575. Windows color (decimal): -10448109 or 1282912. OLE color: 1282912.
HSL color Cylindrical-coordinate representation of color #609313: hue angle of 83.91º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #609313 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 19 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.42 |
| HSL | 83.91º | 0.77% | 0.33% | - |
| HSV(B) | 83.91º | 0.87% | 0.58% | - |
| XYZ | 15.38 | 23.4 | 4.32 | - |
| YUV | 117.16 | 72.6 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 19 | 0.35 | 0 | 0.87 | 0.42 | 83.91 | 0.77 | 0.33 |
| Hex | 60 | 93 | 13 | 23 | 0 | 57 | 2A | 54 | 4D | 21 |
| Octal | 140 | 223 | 23 | 43 | 0 | 127 | 52 | 124 | 115 | 41 |
| Binary | 1100000 | 10010011 | 10011 | 100011 | 0 | 1010111 | 101010 | 1010100 | 1001101 | 100001 |
Color Harmonies of #609313
Complementary color
Monochromatic Colors of #609313
Black with #609313
Text Example
Text Example
White with #609313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609313; }
p { color: rgb(96,147,19); }
H1.HeaderClassName
{
color: #609313;
}
.AnyTagClassName
{
color: #609313;
}
</style>
background-color css
<style>
a { background-color: #609313; }
a { background-color: rgb(96,147,19); }
div.DivClassName
{
background-color: #609313;
}
.BgClassName
{
background-color: #609313;
}
</style>
border-color css
<style>
span { border-color: #609313; }
span { border-color: rgb(96,147,19); }
td.TdClassName
{
border-color: #609313;
}
.TagClassName
{
border-color: #609313;
}
</style>