Shades of Olive Drab #758926
Tints of Olive Drab #758926
RGB
CMYK
RGB Variations
Color information
#758926 (or 0x758926) is known color: Olive Drab. HEX triplet: 75, 89 and 26. RGB value is (117,137,38). Sum of RGB (Red+Green+Blue) = 117+137+38=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #758926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758926 is #8A76D9. Grayscale: #787878. Windows color (decimal): -9074394 or 2525557. OLE color: 2525557.
HSL color Cylindrical-coordinate representation of color #758926: hue angle of 72.12º 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 #758926 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 38 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.46 |
| HSL | 72.12º | 0.57% | 0.34% | - |
| HSV(B) | 72.12º | 0.72% | 0.54% | - |
| XYZ | 16.63 | 21.81 | 5.17 | - |
| YUV | 119.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 38 | 0.15 | 0 | 0.72 | 0.46 | 72.12 | 0.57 | 0.34 |
| Hex | 75 | 89 | 26 | F | 0 | 48 | 2E | 48 | 39 | 22 |
| Octal | 165 | 211 | 46 | 17 | 0 | 110 | 56 | 110 | 71 | 42 |
| Binary | 1110101 | 10001001 | 100110 | 1111 | 0 | 1001000 | 101110 | 1001000 | 111001 | 100010 |
Color Harmonies of #758926
Complementary color
Monochromatic Colors of #758926
Black with #758926
Text Example
Text Example
White with #758926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758926; }
p { color: rgb(117,137,38); }
H1.HeaderClassName
{
color: #758926;
}
.AnyTagClassName
{
color: #758926;
}
</style>
background-color css
<style>
a { background-color: #758926; }
a { background-color: rgb(117,137,38); }
div.DivClassName
{
background-color: #758926;
}
.BgClassName
{
background-color: #758926;
}
</style>
border-color css
<style>
span { border-color: #758926; }
span { border-color: rgb(117,137,38); }
td.TdClassName
{
border-color: #758926;
}
.TagClassName
{
border-color: #758926;
}
</style>