Shades of Olive Drab #658B26
Tints of Olive Drab #658B26
RGB
CMYK
RGB Variations
Color information
#658B26 (or 0x658B26) is known color: Olive Drab. HEX triplet: 65, 8B and 26. RGB value is (101,139,38). Sum of RGB (Red+Green+Blue) = 101+139+38=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #658B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658B26 is #9A74D9. Grayscale: #747474. Windows color (decimal): -10122458 or 2526053. OLE color: 2526053.
HSL color Cylindrical-coordinate representation of color #658B26: hue angle of 82.57º 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 #658B26 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 38 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.45 |
| HSL | 82.57º | 0.57% | 0.35% | - |
| HSV(B) | 82.57º | 0.73% | 0.55% | - |
| XYZ | 14.95 | 21.37 | 5.17 | - |
| YUV | 116.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 38 | 0.27 | 0 | 0.73 | 0.45 | 82.57 | 0.57 | 0.35 |
| Hex | 65 | 8B | 26 | 1B | 0 | 49 | 2D | 53 | 39 | 23 |
| Octal | 145 | 213 | 46 | 33 | 0 | 111 | 55 | 123 | 71 | 43 |
| Binary | 1100101 | 10001011 | 100110 | 11011 | 0 | 1001001 | 101101 | 1010011 | 111001 | 100011 |
Color Harmonies of #658B26
Complementary color
Monochromatic Colors of #658B26
Black with #658B26
Text Example
Text Example
White with #658B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B26; }
p { color: rgb(101,139,38); }
H1.HeaderClassName
{
color: #658B26;
}
.AnyTagClassName
{
color: #658B26;
}
</style>
background-color css
<style>
a { background-color: #658B26; }
a { background-color: rgb(101,139,38); }
div.DivClassName
{
background-color: #658B26;
}
.BgClassName
{
background-color: #658B26;
}
</style>
border-color css
<style>
span { border-color: #658B26; }
span { border-color: rgb(101,139,38); }
td.TdClassName
{
border-color: #658B26;
}
.TagClassName
{
border-color: #658B26;
}
</style>