Shades of Olive Drab #658C26
Tints of Olive Drab #658C26
RGB
CMYK
RGB Variations
Color information
#658C26 (or 0x658C26) is known color: Olive Drab. HEX triplet: 65, 8C and 26. RGB value is (101,140,38). Sum of RGB (Red+Green+Blue) = 101+140+38=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #658C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658C26 is #9A73D9. Grayscale: #757575. Windows color (decimal): -10122202 or 2526309. OLE color: 2526309.
HSL color Cylindrical-coordinate representation of color #658C26: hue angle of 82.94º degrees, saturation: 0.57, 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 #658C26 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 140 | 38 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.45 |
| HSL | 82.94º | 0.57% | 0.35% | - |
| HSV(B) | 82.94º | 0.73% | 0.55% | - |
| XYZ | 15.09 | 21.66 | 5.22 | - |
| YUV | 116.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 38 | 0.28 | 0 | 0.73 | 0.45 | 82.94 | 0.57 | 0.35 |
| Hex | 65 | 8C | 26 | 1C | 0 | 49 | 2D | 53 | 39 | 23 |
| Octal | 145 | 214 | 46 | 34 | 0 | 111 | 55 | 123 | 71 | 43 |
| Binary | 1100101 | 10001100 | 100110 | 11100 | 0 | 1001001 | 101101 | 1010011 | 111001 | 100011 |
Color Harmonies of #658C26
Complementary color
Monochromatic Colors of #658C26
Black with #658C26
Text Example
Text Example
White with #658C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C26; }
p { color: rgb(101,140,38); }
H1.HeaderClassName
{
color: #658C26;
}
.AnyTagClassName
{
color: #658C26;
}
</style>
background-color css
<style>
a { background-color: #658C26; }
a { background-color: rgb(101,140,38); }
div.DivClassName
{
background-color: #658C26;
}
.BgClassName
{
background-color: #658C26;
}
</style>
border-color css
<style>
span { border-color: #658C26; }
span { border-color: rgb(101,140,38); }
td.TdClassName
{
border-color: #658C26;
}
.TagClassName
{
border-color: #658C26;
}
</style>