Shades of Olive Drab #75892C
Tints of Olive Drab #75892C
RGB
CMYK
RGB Variations
Color information
#75892C (or 0x75892C) is known color: Olive Drab. HEX triplet: 75, 89 and 2C. RGB value is (117,137,44). Sum of RGB (Red+Green+Blue) = 117+137+44=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #75892C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75892C is #8A76D3. Grayscale: #787878. Windows color (decimal): -9074388 or 2918773. OLE color: 2918773.
HSL color Cylindrical-coordinate representation of color #75892C: hue angle of 72.9º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75892C is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 44 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.46 |
| HSL | 72.9º | 0.51% | 0.35% | - |
| HSV(B) | 72.9º | 0.68% | 0.54% | - |
| XYZ | 16.74 | 21.86 | 5.72 | - |
| YUV | 120.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 44 | 0.15 | 0 | 0.68 | 0.46 | 72.9 | 0.51 | 0.35 |
| Hex | 75 | 89 | 2C | F | 0 | 44 | 2E | 49 | 33 | 23 |
| Octal | 165 | 211 | 54 | 17 | 0 | 104 | 56 | 111 | 63 | 43 |
| Binary | 1110101 | 10001001 | 101100 | 1111 | 0 | 1000100 | 101110 | 1001001 | 110011 | 100011 |
Color Harmonies of #75892C
Complementary color
Monochromatic Colors of #75892C
Black with #75892C
Text Example
Text Example
White with #75892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75892C; }
p { color: rgb(117,137,44); }
H1.HeaderClassName
{
color: #75892C;
}
.AnyTagClassName
{
color: #75892C;
}
</style>
background-color css
<style>
a { background-color: #75892C; }
a { background-color: rgb(117,137,44); }
div.DivClassName
{
background-color: #75892C;
}
.BgClassName
{
background-color: #75892C;
}
</style>
border-color css
<style>
span { border-color: #75892C; }
span { border-color: rgb(117,137,44); }
td.TdClassName
{
border-color: #75892C;
}
.TagClassName
{
border-color: #75892C;
}
</style>