Shades of Olive Drab #678014
Tints of Olive Drab #678014
RGB
CMYK
RGB Variations
Color information
#678014 (or 0x678014) is known color: Olive Drab. HEX triplet: 67, 80 and 14. RGB value is (103,128,20). Sum of RGB (Red+Green+Blue) = 103+128+20=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #678014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678014 is #987FEB. Grayscale: #6C6C6C. Windows color (decimal): -9994220 or 1343591. OLE color: 1343591.
HSL color Cylindrical-coordinate representation of color #678014: hue angle of 73.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #678014 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 20 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.50 |
| HSL | 73.89º | 0.73% | 0.29% | - |
| HSV(B) | 73.89º | 0.84% | 0.5% | - |
| XYZ | 13.44 | 18.37 | 3.5 | - |
| YUV | 108.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 20 | 0.20 | 0 | 0.84 | 0.50 | 73.89 | 0.73 | 0.29 |
| Hex | 67 | 80 | 14 | 14 | 0 | 54 | 32 | 4A | 49 | 1D |
| Octal | 147 | 200 | 24 | 24 | 0 | 124 | 62 | 112 | 111 | 35 |
| Binary | 1100111 | 10000000 | 10100 | 10100 | 0 | 1010100 | 110010 | 1001010 | 1001001 | 11101 |
Color Harmonies of #678014
Complementary color
Monochromatic Colors of #678014
Black with #678014
Text Example
Text Example
White with #678014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678014; }
p { color: rgb(103,128,20); }
H1.HeaderClassName
{
color: #678014;
}
.AnyTagClassName
{
color: #678014;
}
</style>
background-color css
<style>
a { background-color: #678014; }
a { background-color: rgb(103,128,20); }
div.DivClassName
{
background-color: #678014;
}
.BgClassName
{
background-color: #678014;
}
</style>
border-color css
<style>
span { border-color: #678014; }
span { border-color: rgb(103,128,20); }
td.TdClassName
{
border-color: #678014;
}
.TagClassName
{
border-color: #678014;
}
</style>