Shades of Olive Drab #758A27
Tints of Olive Drab #758A27
RGB
CMYK
RGB Variations
Color information
#758A27 (or 0x758A27) is known color: Olive Drab. HEX triplet: 75, 8A and 27. RGB value is (117,138,39). Sum of RGB (Red+Green+Blue) = 117+138+39=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #758A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A27 is #8A75D8. Grayscale: #787878. Windows color (decimal): -9074137 or 2591349. OLE color: 2591349.
HSL color Cylindrical-coordinate representation of color #758A27: hue angle of 72.73º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #758A27 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 39 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.46 |
| HSL | 72.73º | 0.56% | 0.35% | - |
| HSV(B) | 72.73º | 0.72% | 0.54% | - |
| XYZ | 16.79 | 22.11 | 5.3 | - |
| YUV | 120.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 39 | 0.15 | 0 | 0.72 | 0.46 | 72.73 | 0.56 | 0.35 |
| Hex | 75 | 8A | 27 | F | 0 | 48 | 2E | 49 | 38 | 23 |
| Octal | 165 | 212 | 47 | 17 | 0 | 110 | 56 | 111 | 70 | 43 |
| Binary | 1110101 | 10001010 | 100111 | 1111 | 0 | 1001000 | 101110 | 1001001 | 111000 | 100011 |
Color Harmonies of #758A27
Complementary color
Monochromatic Colors of #758A27
Black with #758A27
Text Example
Text Example
White with #758A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A27; }
p { color: rgb(117,138,39); }
H1.HeaderClassName
{
color: #758A27;
}
.AnyTagClassName
{
color: #758A27;
}
</style>
background-color css
<style>
a { background-color: #758A27; }
a { background-color: rgb(117,138,39); }
div.DivClassName
{
background-color: #758A27;
}
.BgClassName
{
background-color: #758A27;
}
</style>
border-color css
<style>
span { border-color: #758A27; }
span { border-color: rgb(117,138,39); }
td.TdClassName
{
border-color: #758A27;
}
.TagClassName
{
border-color: #758A27;
}
</style>