Shades of Olive Drab #75970D
Tints of Olive Drab #75970D
RGB
CMYK
RGB Variations
Color information
#75970D (or 0x75970D) is known color: Olive Drab. HEX triplet: 75, 97 and 0D. RGB value is (117,151,13). Sum of RGB (Red+Green+Blue) = 117+151+13=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #75970D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75970D is #8A68F2. Grayscale: #7D7D7D. Windows color (decimal): -9070835 or 890741. OLE color: 890741.
HSL color Cylindrical-coordinate representation of color #75970D: hue angle of 74.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75970D is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 13 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.41 |
| HSL | 74.78º | 0.84% | 0.32% | - |
| HSV(B) | 74.78º | 0.91% | 0.59% | - |
| XYZ | 18.48 | 25.94 | 4.41 | - |
| YUV | 125.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 13 | 0.23 | 0 | 0.91 | 0.41 | 74.78 | 0.84 | 0.32 |
| Hex | 75 | 97 | D | 17 | 0 | 5B | 29 | 4B | 54 | 20 |
| Octal | 165 | 227 | 15 | 27 | 0 | 133 | 51 | 113 | 124 | 40 |
| Binary | 1110101 | 10010111 | 1101 | 10111 | 0 | 1011011 | 101001 | 1001011 | 1010100 | 100000 |
Color Harmonies of #75970D
Complementary color
Monochromatic Colors of #75970D
Black with #75970D
Text Example
Text Example
White with #75970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75970D; }
p { color: rgb(117,151,13); }
H1.HeaderClassName
{
color: #75970D;
}
.AnyTagClassName
{
color: #75970D;
}
</style>
background-color css
<style>
a { background-color: #75970D; }
a { background-color: rgb(117,151,13); }
div.DivClassName
{
background-color: #75970D;
}
.BgClassName
{
background-color: #75970D;
}
</style>
border-color css
<style>
span { border-color: #75970D; }
span { border-color: rgb(117,151,13); }
td.TdClassName
{
border-color: #75970D;
}
.TagClassName
{
border-color: #75970D;
}
</style>