Shades of Olive Drab #708C38
Tints of Olive Drab #708C38
RGB
CMYK
RGB Variations
Color information
#708C38 (or 0x708C38) is known color: Olive Drab. HEX triplet: 70, 8C and 38. RGB value is (112,140,56). Sum of RGB (Red+Green+Blue) = 112+140+56=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #708C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C38 is #8F73C7. Grayscale: #7A7A7A. Windows color (decimal): -9401288 or 3705968. OLE color: 3705968.
HSL color Cylindrical-coordinate representation of color #708C38: hue angle of 80º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #708C38 is Cyan = 0.20, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 56 | - |
| CMYK | 0.20 | 0 | 0.6 | 0.45 |
| HSL | 80º | 0.43% | 0.38% | - |
| HSV(B) | 80º | 0.6% | 0.55% | - |
| XYZ | 16.77 | 22.49 | 7.2 | - |
| YUV | 122.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 56 | 0.20 | 0 | 0.6 | 0.45 | 80 | 0.43 | 0.38 |
| Hex | 70 | 8C | 38 | 14 | 0 | 3C | 2D | 50 | 2B | 26 |
| Octal | 160 | 214 | 70 | 24 | 0 | 74 | 55 | 120 | 53 | 46 |
| Binary | 1110000 | 10001100 | 111000 | 10100 | 0 | 111100 | 101101 | 1010000 | 101011 | 100110 |
Color Harmonies of #708C38
Complementary color
Monochromatic Colors of #708C38
Black with #708C38
Text Example
Text Example
White with #708C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C38; }
p { color: rgb(112,140,56); }
H1.HeaderClassName
{
color: #708C38;
}
.AnyTagClassName
{
color: #708C38;
}
</style>
background-color css
<style>
a { background-color: #708C38; }
a { background-color: rgb(112,140,56); }
div.DivClassName
{
background-color: #708C38;
}
.BgClassName
{
background-color: #708C38;
}
</style>
border-color css
<style>
span { border-color: #708C38; }
span { border-color: rgb(112,140,56); }
td.TdClassName
{
border-color: #708C38;
}
.TagClassName
{
border-color: #708C38;
}
</style>