Shades of Olive Drab #658D23
Tints of Olive Drab #658D23
RGB
CMYK
RGB Variations
Color information
#658D23 (or 0x658D23) is known color: Olive Drab. HEX triplet: 65, 8D and 23. RGB value is (101,141,35). Sum of RGB (Red+Green+Blue) = 101+141+35=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #658D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658D23 is #9A72DC. Grayscale: #757575. Windows color (decimal): -10121949 or 2329957. OLE color: 2329957.
HSL color Cylindrical-coordinate representation of color #658D23: hue angle of 82.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #658D23 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 141 | 35 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.45 |
| HSL | 82.64º | 0.6% | 0.35% | - |
| HSV(B) | 82.64º | 0.75% | 0.55% | - |
| XYZ | 15.2 | 21.94 | 5.02 | - |
| YUV | 116.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 35 | 0.28 | 0 | 0.75 | 0.45 | 82.64 | 0.6 | 0.35 |
| Hex | 65 | 8D | 23 | 1C | 0 | 4B | 2D | 53 | 3C | 23 |
| Octal | 145 | 215 | 43 | 34 | 0 | 113 | 55 | 123 | 74 | 43 |
| Binary | 1100101 | 10001101 | 100011 | 11100 | 0 | 1001011 | 101101 | 1010011 | 111100 | 100011 |
Color Harmonies of #658D23
Complementary color
Monochromatic Colors of #658D23
Black with #658D23
Text Example
Text Example
White with #658D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D23; }
p { color: rgb(101,141,35); }
H1.HeaderClassName
{
color: #658D23;
}
.AnyTagClassName
{
color: #658D23;
}
</style>
background-color css
<style>
a { background-color: #658D23; }
a { background-color: rgb(101,141,35); }
div.DivClassName
{
background-color: #658D23;
}
.BgClassName
{
background-color: #658D23;
}
</style>
border-color css
<style>
span { border-color: #658D23; }
span { border-color: rgb(101,141,35); }
td.TdClassName
{
border-color: #658D23;
}
.TagClassName
{
border-color: #658D23;
}
</style>