Shades of Olive Drab #658926
Tints of Olive Drab #658926
RGB
CMYK
RGB Variations
Color information
#658926 (or 0x658926) is known color: Olive Drab. HEX triplet: 65, 89 and 26. RGB value is (101,137,38). Sum of RGB (Red+Green+Blue) = 101+137+38=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #658926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658926 is #9A76D9. Grayscale: #737373. Windows color (decimal): -10122970 or 2525541. OLE color: 2525541.
HSL color Cylindrical-coordinate representation of color #658926: hue angle of 81.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #658926 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 38 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.46 |
| HSL | 81.82º | 0.57% | 0.34% | - |
| HSV(B) | 81.82º | 0.72% | 0.54% | - |
| XYZ | 14.66 | 20.8 | 5.08 | - |
| YUV | 114.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 38 | 0.26 | 0 | 0.72 | 0.46 | 81.82 | 0.57 | 0.34 |
| Hex | 65 | 89 | 26 | 1A | 0 | 48 | 2E | 52 | 39 | 22 |
| Octal | 145 | 211 | 46 | 32 | 0 | 110 | 56 | 122 | 71 | 42 |
| Binary | 1100101 | 10001001 | 100110 | 11010 | 0 | 1001000 | 101110 | 1010010 | 111001 | 100010 |
Color Harmonies of #658926
Complementary color
Monochromatic Colors of #658926
Black with #658926
Text Example
Text Example
White with #658926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658926; }
p { color: rgb(101,137,38); }
H1.HeaderClassName
{
color: #658926;
}
.AnyTagClassName
{
color: #658926;
}
</style>
background-color css
<style>
a { background-color: #658926; }
a { background-color: rgb(101,137,38); }
div.DivClassName
{
background-color: #658926;
}
.BgClassName
{
background-color: #658926;
}
</style>
border-color css
<style>
span { border-color: #658926; }
span { border-color: rgb(101,137,38); }
td.TdClassName
{
border-color: #658926;
}
.TagClassName
{
border-color: #658926;
}
</style>