Shades of Olive Drab #75892D
Tints of Olive Drab #75892D
RGB
CMYK
RGB Variations
Color information
#75892D (or 0x75892D) is known color: Olive Drab. HEX triplet: 75, 89 and 2D. RGB value is (117,137,45). Sum of RGB (Red+Green+Blue) = 117+137+45=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #75892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75892D is #8A76D2. Grayscale: #787878. Windows color (decimal): -9074387 or 2984309. OLE color: 2984309.
HSL color Cylindrical-coordinate representation of color #75892D: hue angle of 73.04º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75892D is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 45 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.46 |
| HSL | 73.04º | 0.51% | 0.36% | - |
| HSV(B) | 73.04º | 0.67% | 0.54% | - |
| XYZ | 16.76 | 21.86 | 5.82 | - |
| YUV | 120.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 45 | 0.15 | 0 | 0.67 | 0.46 | 73.04 | 0.51 | 0.36 |
| Hex | 75 | 89 | 2D | F | 0 | 43 | 2E | 49 | 33 | 24 |
| Octal | 165 | 211 | 55 | 17 | 0 | 103 | 56 | 111 | 63 | 44 |
| Binary | 1110101 | 10001001 | 101101 | 1111 | 0 | 1000011 | 101110 | 1001001 | 110011 | 100100 |
Color Harmonies of #75892D
Complementary color
Monochromatic Colors of #75892D
Black with #75892D
Text Example
Text Example
White with #75892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75892D; }
p { color: rgb(117,137,45); }
H1.HeaderClassName
{
color: #75892D;
}
.AnyTagClassName
{
color: #75892D;
}
</style>
background-color css
<style>
a { background-color: #75892D; }
a { background-color: rgb(117,137,45); }
div.DivClassName
{
background-color: #75892D;
}
.BgClassName
{
background-color: #75892D;
}
</style>
border-color css
<style>
span { border-color: #75892D; }
span { border-color: rgb(117,137,45); }
td.TdClassName
{
border-color: #75892D;
}
.TagClassName
{
border-color: #75892D;
}
</style>