Shades of Olive Drab #658426
Tints of Olive Drab #658426
RGB
CMYK
RGB Variations
Color information
#658426 (or 0x658426) is known color: Olive Drab. HEX triplet: 65, 84 and 26. RGB value is (101,132,38). Sum of RGB (Red+Green+Blue) = 101+132+38=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #658426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658426 is #9A7BD9. Grayscale: #707070. Windows color (decimal): -10124250 or 2524261. OLE color: 2524261.
HSL color Cylindrical-coordinate representation of color #658426: hue angle of 79.79º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #658426 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 38 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.48 |
| HSL | 79.79º | 0.55% | 0.33% | - |
| HSV(B) | 79.79º | 0.71% | 0.52% | - |
| XYZ | 13.97 | 19.41 | 4.84 | - |
| YUV | 112.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 38 | 0.23 | 0 | 0.71 | 0.48 | 79.79 | 0.55 | 0.33 |
| Hex | 65 | 84 | 26 | 17 | 0 | 47 | 30 | 50 | 37 | 21 |
| Octal | 145 | 204 | 46 | 27 | 0 | 107 | 60 | 120 | 67 | 41 |
| Binary | 1100101 | 10000100 | 100110 | 10111 | 0 | 1000111 | 110000 | 1010000 | 110111 | 100001 |
Color Harmonies of #658426
Complementary color
Monochromatic Colors of #658426
Black with #658426
Text Example
Text Example
White with #658426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658426; }
p { color: rgb(101,132,38); }
H1.HeaderClassName
{
color: #658426;
}
.AnyTagClassName
{
color: #658426;
}
</style>
background-color css
<style>
a { background-color: #658426; }
a { background-color: rgb(101,132,38); }
div.DivClassName
{
background-color: #658426;
}
.BgClassName
{
background-color: #658426;
}
</style>
border-color css
<style>
span { border-color: #658426; }
span { border-color: rgb(101,132,38); }
td.TdClassName
{
border-color: #658426;
}
.TagClassName
{
border-color: #658426;
}
</style>