Shades of Olive Drab #658F26
Tints of Olive Drab #658F26
RGB
CMYK
RGB Variations
Color information
#658F26 (or 0x658F26) is known color: Olive Drab. HEX triplet: 65, 8F and 26. RGB value is (101,143,38). Sum of RGB (Red+Green+Blue) = 101+143+38=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #658F26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658F26 is #9A70D9. Grayscale: #767676. Windows color (decimal): -10121434 or 2527077. OLE color: 2527077.
HSL color Cylindrical-coordinate representation of color #658F26: hue angle of 84º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #658F26 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 143 | 38 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.44 |
| HSL | 84º | 0.58% | 0.35% | - |
| HSV(B) | 84º | 0.73% | 0.56% | - |
| XYZ | 15.54 | 22.55 | 5.37 | - |
| YUV | 118.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 38 | 0.29 | 0 | 0.73 | 0.44 | 84 | 0.58 | 0.35 |
| Hex | 65 | 8F | 26 | 1D | 0 | 49 | 2C | 54 | 3A | 23 |
| Octal | 145 | 217 | 46 | 35 | 0 | 111 | 54 | 124 | 72 | 43 |
| Binary | 1100101 | 10001111 | 100110 | 11101 | 0 | 1001001 | 101100 | 1010100 | 111010 | 100011 |
Color Harmonies of #658F26
Complementary color
Monochromatic Colors of #658F26
Black with #658F26
Text Example
Text Example
White with #658F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F26; }
p { color: rgb(101,143,38); }
H1.HeaderClassName
{
color: #658F26;
}
.AnyTagClassName
{
color: #658F26;
}
</style>
background-color css
<style>
a { background-color: #658F26; }
a { background-color: rgb(101,143,38); }
div.DivClassName
{
background-color: #658F26;
}
.BgClassName
{
background-color: #658F26;
}
</style>
border-color css
<style>
span { border-color: #658F26; }
span { border-color: rgb(101,143,38); }
td.TdClassName
{
border-color: #658F26;
}
.TagClassName
{
border-color: #658F26;
}
</style>