Shades of Olive Drab #608223
Tints of Olive Drab #608223
RGB
CMYK
RGB Variations
Color information
#608223 (or 0x608223) is known color: Olive Drab. HEX triplet: 60, 82 and 23. RGB value is (96,130,35). Sum of RGB (Red+Green+Blue) = 96+130+35=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #608223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608223 is #9F7DDC. Grayscale: #6D6D6D. Windows color (decimal): -10452445 or 2327136. OLE color: 2327136.
HSL color Cylindrical-coordinate representation of color #608223: hue angle of 81.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #608223 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 35 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.49 |
| HSL | 81.47º | 0.58% | 0.32% | - |
| HSV(B) | 81.47º | 0.73% | 0.51% | - |
| XYZ | 13.11 | 18.57 | 4.48 | - |
| YUV | 109 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 35 | 0.26 | 0 | 0.73 | 0.49 | 81.47 | 0.58 | 0.32 |
| Hex | 60 | 82 | 23 | 1A | 0 | 49 | 31 | 51 | 3A | 20 |
| Octal | 140 | 202 | 43 | 32 | 0 | 111 | 61 | 121 | 72 | 40 |
| Binary | 1100000 | 10000010 | 100011 | 11010 | 0 | 1001001 | 110001 | 1010001 | 111010 | 100000 |
Color Harmonies of #608223
Complementary color
Monochromatic Colors of #608223
Black with #608223
Text Example
Text Example
White with #608223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608223; }
p { color: rgb(96,130,35); }
H1.HeaderClassName
{
color: #608223;
}
.AnyTagClassName
{
color: #608223;
}
</style>
background-color css
<style>
a { background-color: #608223; }
a { background-color: rgb(96,130,35); }
div.DivClassName
{
background-color: #608223;
}
.BgClassName
{
background-color: #608223;
}
</style>
border-color css
<style>
span { border-color: #608223; }
span { border-color: rgb(96,130,35); }
td.TdClassName
{
border-color: #608223;
}
.TagClassName
{
border-color: #608223;
}
</style>