Shades of Olive Drab #718F1C
Tints of Olive Drab #718F1C
RGB
CMYK
RGB Variations
Color information
#718F1C (or 0x718F1C) is known color: Olive Drab. HEX triplet: 71, 8F and 1C. RGB value is (113,143,28). Sum of RGB (Red+Green+Blue) = 113+143+28=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #718F1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F1C is #8E70E3. Grayscale: #797979. Windows color (decimal): -9335012 or 1871729. OLE color: 1871729.
HSL color Cylindrical-coordinate representation of color #718F1C: hue angle of 75.65º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #718F1C is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 28 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.44 |
| HSL | 75.65º | 0.67% | 0.34% | - |
| HSV(B) | 75.65º | 0.8% | 0.56% | - |
| XYZ | 16.84 | 23.24 | 4.7 | - |
| YUV | 120.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 28 | 0.21 | 0 | 0.80 | 0.44 | 75.65 | 0.67 | 0.34 |
| Hex | 71 | 8F | 1C | 15 | 0 | 50 | 2C | 4C | 43 | 22 |
| Octal | 161 | 217 | 34 | 25 | 0 | 120 | 54 | 114 | 103 | 42 |
| Binary | 1110001 | 10001111 | 11100 | 10101 | 0 | 1010000 | 101100 | 1001100 | 1000011 | 100010 |
Color Harmonies of #718F1C
Complementary color
Monochromatic Colors of #718F1C
Black with #718F1C
Text Example
Text Example
White with #718F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F1C; }
p { color: rgb(113,143,28); }
H1.HeaderClassName
{
color: #718F1C;
}
.AnyTagClassName
{
color: #718F1C;
}
</style>
background-color css
<style>
a { background-color: #718F1C; }
a { background-color: rgb(113,143,28); }
div.DivClassName
{
background-color: #718F1C;
}
.BgClassName
{
background-color: #718F1C;
}
</style>
border-color css
<style>
span { border-color: #718F1C; }
span { border-color: rgb(113,143,28); }
td.TdClassName
{
border-color: #718F1C;
}
.TagClassName
{
border-color: #718F1C;
}
</style>