Shades of Olive Drab #758D23
Tints of Olive Drab #758D23
RGB
CMYK
RGB Variations
Color information
#758D23 (or 0x758D23) is known color: Olive Drab. HEX triplet: 75, 8D and 23. RGB value is (117,141,35). Sum of RGB (Red+Green+Blue) = 117+141+35=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #758D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D23 is #8A72DC. Grayscale: #7A7A7A. Windows color (decimal): -9073373 or 2329973. OLE color: 2329973.
HSL color Cylindrical-coordinate representation of color #758D23: hue angle of 73.58º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #758D23 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 35 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.45 |
| HSL | 73.58º | 0.6% | 0.35% | - |
| HSV(B) | 73.58º | 0.75% | 0.55% | - |
| XYZ | 17.16 | 22.95 | 5.12 | - |
| YUV | 121.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 35 | 0.17 | 0 | 0.75 | 0.45 | 73.58 | 0.6 | 0.35 |
| Hex | 75 | 8D | 23 | 11 | 0 | 4B | 2D | 4A | 3C | 23 |
| Octal | 165 | 215 | 43 | 21 | 0 | 113 | 55 | 112 | 74 | 43 |
| Binary | 1110101 | 10001101 | 100011 | 10001 | 0 | 1001011 | 101101 | 1001010 | 111100 | 100011 |
Color Harmonies of #758D23
Complementary color
Monochromatic Colors of #758D23
Black with #758D23
Text Example
Text Example
White with #758D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D23; }
p { color: rgb(117,141,35); }
H1.HeaderClassName
{
color: #758D23;
}
.AnyTagClassName
{
color: #758D23;
}
</style>
background-color css
<style>
a { background-color: #758D23; }
a { background-color: rgb(117,141,35); }
div.DivClassName
{
background-color: #758D23;
}
.BgClassName
{
background-color: #758D23;
}
</style>
border-color css
<style>
span { border-color: #758D23; }
span { border-color: rgb(117,141,35); }
td.TdClassName
{
border-color: #758D23;
}
.TagClassName
{
border-color: #758D23;
}
</style>