Shades of Olive Drab #678114
Tints of Olive Drab #678114
RGB
CMYK
RGB Variations
Color information
#678114 (or 0x678114) is known color: Olive Drab. HEX triplet: 67, 81 and 14. RGB value is (103,129,20). Sum of RGB (Red+Green+Blue) = 103+129+20=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #678114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678114 is #987EEB. Grayscale: #6D6D6D. Windows color (decimal): -9993964 or 1343847. OLE color: 1343847.
HSL color Cylindrical-coordinate representation of color #678114: hue angle of 74.31º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #678114 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 20 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.49 |
| HSL | 74.31º | 0.73% | 0.29% | - |
| HSV(B) | 74.31º | 0.84% | 0.51% | - |
| XYZ | 13.57 | 18.63 | 3.54 | - |
| YUV | 108.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 20 | 0.20 | 0 | 0.84 | 0.49 | 74.31 | 0.73 | 0.29 |
| Hex | 67 | 81 | 14 | 14 | 0 | 54 | 31 | 4A | 49 | 1D |
| Octal | 147 | 201 | 24 | 24 | 0 | 124 | 61 | 112 | 111 | 35 |
| Binary | 1100111 | 10000001 | 10100 | 10100 | 0 | 1010100 | 110001 | 1001010 | 1001001 | 11101 |
Color Harmonies of #678114
Complementary color
Monochromatic Colors of #678114
Black with #678114
Text Example
Text Example
White with #678114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678114; }
p { color: rgb(103,129,20); }
H1.HeaderClassName
{
color: #678114;
}
.AnyTagClassName
{
color: #678114;
}
</style>
background-color css
<style>
a { background-color: #678114; }
a { background-color: rgb(103,129,20); }
div.DivClassName
{
background-color: #678114;
}
.BgClassName
{
background-color: #678114;
}
</style>
border-color css
<style>
span { border-color: #678114; }
span { border-color: rgb(103,129,20); }
td.TdClassName
{
border-color: #678114;
}
.TagClassName
{
border-color: #678114;
}
</style>