Shades of Olive Drab #659603
Tints of Olive Drab #659603
RGB
CMYK
RGB Variations
Color information
#659603 (or 0x659603) is known color: Olive Drab. HEX triplet: 65, 96 and 03. RGB value is (101,150,3). Sum of RGB (Red+Green+Blue) = 101+150+3=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #659603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659603 is #9A69FC. Grayscale: #777777. Windows color (decimal): -10119677 or 235109. OLE color: 235109.
HSL color Cylindrical-coordinate representation of color #659603: hue angle of 80º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #659603 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 150 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.41 |
| HSL | 80º | 0.96% | 0.3% | - |
| HSV(B) | 80º | 0.98% | 0.59% | - |
| XYZ | 16.29 | 24.59 | 3.97 | - |
| YUV | 118.59 | 62.77 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 3 | 0.33 | 0 | 0.98 | 0.41 | 80 | 0.96 | 0.3 |
| Hex | 65 | 96 | 3 | 21 | 0 | 62 | 29 | 50 | 60 | 1E |
| Octal | 145 | 226 | 3 | 41 | 0 | 142 | 51 | 120 | 140 | 36 |
| Binary | 1100101 | 10010110 | 11 | 100001 | 0 | 1100010 | 101001 | 1010000 | 1100000 | 11110 |
Color Harmonies of #659603
Complementary color
Monochromatic Colors of #659603
Black with #659603
Text Example
Text Example
White with #659603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659603; }
p { color: rgb(101,150,3); }
H1.HeaderClassName
{
color: #659603;
}
.AnyTagClassName
{
color: #659603;
}
</style>
background-color css
<style>
a { background-color: #659603; }
a { background-color: rgb(101,150,3); }
div.DivClassName
{
background-color: #659603;
}
.BgClassName
{
background-color: #659603;
}
</style>
border-color css
<style>
span { border-color: #659603; }
span { border-color: rgb(101,150,3); }
td.TdClassName
{
border-color: #659603;
}
.TagClassName
{
border-color: #659603;
}
</style>