Shades of Olive Drab #75920F
Tints of Olive Drab #75920F
RGB
CMYK
RGB Variations
Color information
#75920F (or 0x75920F) is known color: Olive Drab. HEX triplet: 75, 92 and 0F. RGB value is (117,146,15). Sum of RGB (Red+Green+Blue) = 117+146+15=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #75920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75920F is #8A6DF0. Grayscale: #7A7A7A. Windows color (decimal): -9072113 or 1020533. OLE color: 1020533.
HSL color Cylindrical-coordinate representation of color #75920F: hue angle of 73.28º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75920F is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 15 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.43 |
| HSL | 73.28º | 0.81% | 0.32% | - |
| HSV(B) | 73.28º | 0.9% | 0.57% | - |
| XYZ | 17.7 | 24.37 | 4.22 | - |
| YUV | 122.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 15 | 0.20 | 0 | 0.90 | 0.43 | 73.28 | 0.81 | 0.32 |
| Hex | 75 | 92 | F | 14 | 0 | 5A | 2B | 49 | 51 | 20 |
| Octal | 165 | 222 | 17 | 24 | 0 | 132 | 53 | 111 | 121 | 40 |
| Binary | 1110101 | 10010010 | 1111 | 10100 | 0 | 1011010 | 101011 | 1001001 | 1010001 | 100000 |
Color Harmonies of #75920F
Complementary color
Monochromatic Colors of #75920F
Black with #75920F
Text Example
Text Example
White with #75920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75920F; }
p { color: rgb(117,146,15); }
H1.HeaderClassName
{
color: #75920F;
}
.AnyTagClassName
{
color: #75920F;
}
</style>
background-color css
<style>
a { background-color: #75920F; }
a { background-color: rgb(117,146,15); }
div.DivClassName
{
background-color: #75920F;
}
.BgClassName
{
background-color: #75920F;
}
</style>
border-color css
<style>
span { border-color: #75920F; }
span { border-color: rgb(117,146,15); }
td.TdClassName
{
border-color: #75920F;
}
.TagClassName
{
border-color: #75920F;
}
</style>