Shades of Olive Drab #658D26
Tints of Olive Drab #658D26
RGB
CMYK
RGB Variations
Color information
#658D26 (or 0x658D26) is known color: Olive Drab. HEX triplet: 65, 8D and 26. RGB value is (101,141,38). Sum of RGB (Red+Green+Blue) = 101+141+38=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #658D26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658D26 is #9A72D9. Grayscale: #757575. Windows color (decimal): -10121946 or 2526565. OLE color: 2526565.
HSL color Cylindrical-coordinate representation of color #658D26: hue angle of 83.3º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #658D26 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 141 | 38 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.45 |
| HSL | 83.3º | 0.58% | 0.35% | - |
| HSV(B) | 83.3º | 0.73% | 0.55% | - |
| XYZ | 15.24 | 21.96 | 5.27 | - |
| YUV | 117.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 38 | 0.28 | 0 | 0.73 | 0.45 | 83.3 | 0.58 | 0.35 |
| Hex | 65 | 8D | 26 | 1C | 0 | 49 | 2D | 53 | 3A | 23 |
| Octal | 145 | 215 | 46 | 34 | 0 | 111 | 55 | 123 | 72 | 43 |
| Binary | 1100101 | 10001101 | 100110 | 11100 | 0 | 1001001 | 101101 | 1010011 | 111010 | 100011 |
Color Harmonies of #658D26
Complementary color
Monochromatic Colors of #658D26
Black with #658D26
Text Example
Text Example
White with #658D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D26; }
p { color: rgb(101,141,38); }
H1.HeaderClassName
{
color: #658D26;
}
.AnyTagClassName
{
color: #658D26;
}
</style>
background-color css
<style>
a { background-color: #658D26; }
a { background-color: rgb(101,141,38); }
div.DivClassName
{
background-color: #658D26;
}
.BgClassName
{
background-color: #658D26;
}
</style>
border-color css
<style>
span { border-color: #658D26; }
span { border-color: rgb(101,141,38); }
td.TdClassName
{
border-color: #658D26;
}
.TagClassName
{
border-color: #658D26;
}
</style>