Shades of Olive Drab #758B1C
Tints of Olive Drab #758B1C
RGB
CMYK
RGB Variations
Color information
#758B1C (or 0x758B1C) is known color: Olive Drab. HEX triplet: 75, 8B and 1C. RGB value is (117,139,28). Sum of RGB (Red+Green+Blue) = 117+139+28=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #758B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B1C is #8A74E3. Grayscale: #787878. Windows color (decimal): -9073892 or 1870709. OLE color: 1870709.
HSL color Cylindrical-coordinate representation of color #758B1C: hue angle of 71.89º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #758B1C is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 28 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.45 |
| HSL | 71.89º | 0.66% | 0.33% | - |
| HSV(B) | 71.89º | 0.8% | 0.55% | - |
| XYZ | 16.78 | 22.33 | 4.52 | - |
| YUV | 119.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 28 | 0.16 | 0 | 0.80 | 0.45 | 71.89 | 0.66 | 0.33 |
| Hex | 75 | 8B | 1C | 10 | 0 | 50 | 2D | 48 | 42 | 21 |
| Octal | 165 | 213 | 34 | 20 | 0 | 120 | 55 | 110 | 102 | 41 |
| Binary | 1110101 | 10001011 | 11100 | 10000 | 0 | 1010000 | 101101 | 1001000 | 1000010 | 100001 |
Color Harmonies of #758B1C
Complementary color
Monochromatic Colors of #758B1C
Black with #758B1C
Text Example
Text Example
White with #758B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B1C; }
p { color: rgb(117,139,28); }
H1.HeaderClassName
{
color: #758B1C;
}
.AnyTagClassName
{
color: #758B1C;
}
</style>
background-color css
<style>
a { background-color: #758B1C; }
a { background-color: rgb(117,139,28); }
div.DivClassName
{
background-color: #758B1C;
}
.BgClassName
{
background-color: #758B1C;
}
</style>
border-color css
<style>
span { border-color: #758B1C; }
span { border-color: rgb(117,139,28); }
td.TdClassName
{
border-color: #758B1C;
}
.TagClassName
{
border-color: #758B1C;
}
</style>