Shades of Olive Drab #759A1C
Tints of Olive Drab #759A1C
RGB
CMYK
RGB Variations
Color information
#759A1C (or 0x759A1C) is known color: Olive Drab. HEX triplet: 75, 9A and 1C. RGB value is (117,154,28). Sum of RGB (Red+Green+Blue) = 117+154+28=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #759A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A1C is #8A65E3. Grayscale: #818181. Windows color (decimal): -9070052 or 1874549. OLE color: 1874549.
HSL color Cylindrical-coordinate representation of color #759A1C: hue angle of 77.62º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #759A1C is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 28 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.40 |
| HSL | 77.62º | 0.69% | 0.36% | - |
| HSV(B) | 77.62º | 0.82% | 0.6% | - |
| XYZ | 19.1 | 26.98 | 5.3 | - |
| YUV | 128.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 28 | 0.24 | 0 | 0.82 | 0.40 | 77.62 | 0.69 | 0.36 |
| Hex | 75 | 9A | 1C | 18 | 0 | 52 | 28 | 4E | 45 | 24 |
| Octal | 165 | 232 | 34 | 30 | 0 | 122 | 50 | 116 | 105 | 44 |
| Binary | 1110101 | 10011010 | 11100 | 11000 | 0 | 1010010 | 101000 | 1001110 | 1000101 | 100100 |
Color Harmonies of #759A1C
Complementary color
Monochromatic Colors of #759A1C
Black with #759A1C
Text Example
Text Example
White with #759A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A1C; }
p { color: rgb(117,154,28); }
H1.HeaderClassName
{
color: #759A1C;
}
.AnyTagClassName
{
color: #759A1C;
}
</style>
background-color css
<style>
a { background-color: #759A1C; }
a { background-color: rgb(117,154,28); }
div.DivClassName
{
background-color: #759A1C;
}
.BgClassName
{
background-color: #759A1C;
}
</style>
border-color css
<style>
span { border-color: #759A1C; }
span { border-color: rgb(117,154,28); }
td.TdClassName
{
border-color: #759A1C;
}
.TagClassName
{
border-color: #759A1C;
}
</style>