Shades of Olive Drab #659123
Tints of Olive Drab #659123
RGB
CMYK
RGB Variations
Color information
#659123 (or 0x659123) is known color: Olive Drab. HEX triplet: 65, 91 and 23. RGB value is (101,145,35). Sum of RGB (Red+Green+Blue) = 101+145+35=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #659123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659123 is #9A6EDC. Grayscale: #777777. Windows color (decimal): -10120925 or 2330981. OLE color: 2330981.
HSL color Cylindrical-coordinate representation of color #659123: hue angle of 84º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #659123 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 35 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.43 |
| HSL | 84º | 0.61% | 0.35% | - |
| HSV(B) | 84º | 0.76% | 0.57% | - |
| XYZ | 15.8 | 23.14 | 5.22 | - |
| YUV | 119.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 35 | 0.30 | 0 | 0.76 | 0.43 | 84 | 0.61 | 0.35 |
| Hex | 65 | 91 | 23 | 1E | 0 | 4C | 2B | 54 | 3D | 23 |
| Octal | 145 | 221 | 43 | 36 | 0 | 114 | 53 | 124 | 75 | 43 |
| Binary | 1100101 | 10010001 | 100011 | 11110 | 0 | 1001100 | 101011 | 1010100 | 111101 | 100011 |
Color Harmonies of #659123
Complementary color
Monochromatic Colors of #659123
Black with #659123
Text Example
Text Example
White with #659123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659123; }
p { color: rgb(101,145,35); }
H1.HeaderClassName
{
color: #659123;
}
.AnyTagClassName
{
color: #659123;
}
</style>
background-color css
<style>
a { background-color: #659123; }
a { background-color: rgb(101,145,35); }
div.DivClassName
{
background-color: #659123;
}
.BgClassName
{
background-color: #659123;
}
</style>
border-color css
<style>
span { border-color: #659123; }
span { border-color: rgb(101,145,35); }
td.TdClassName
{
border-color: #659123;
}
.TagClassName
{
border-color: #659123;
}
</style>