Shades of Olive Drab #679814
Tints of Olive Drab #679814
RGB
CMYK
RGB Variations
Color information
#679814 (or 0x679814) is known color: Olive Drab. HEX triplet: 67, 98 and 14. RGB value is (103,152,20). Sum of RGB (Red+Green+Blue) = 103+152+20=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #679814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679814 is #9867EB. Grayscale: #7A7A7A. Windows color (decimal): -9988076 or 1349735. OLE color: 1349735.
HSL color Cylindrical-coordinate representation of color #679814: hue angle of 82.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #679814 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 20 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.40 |
| HSL | 82.27º | 0.77% | 0.34% | - |
| HSV(B) | 82.27º | 0.87% | 0.6% | - |
| XYZ | 16.95 | 25.39 | 4.67 | - |
| YUV | 122.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 20 | 0.32 | 0 | 0.87 | 0.40 | 82.27 | 0.77 | 0.34 |
| Hex | 67 | 98 | 14 | 20 | 0 | 57 | 28 | 52 | 4D | 22 |
| Octal | 147 | 230 | 24 | 40 | 0 | 127 | 50 | 122 | 115 | 42 |
| Binary | 1100111 | 10011000 | 10100 | 100000 | 0 | 1010111 | 101000 | 1010010 | 1001101 | 100010 |
Color Harmonies of #679814
Complementary color
Monochromatic Colors of #679814
Black with #679814
Text Example
Text Example
White with #679814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679814; }
p { color: rgb(103,152,20); }
H1.HeaderClassName
{
color: #679814;
}
.AnyTagClassName
{
color: #679814;
}
</style>
background-color css
<style>
a { background-color: #679814; }
a { background-color: rgb(103,152,20); }
div.DivClassName
{
background-color: #679814;
}
.BgClassName
{
background-color: #679814;
}
</style>
border-color css
<style>
span { border-color: #679814; }
span { border-color: rgb(103,152,20); }
td.TdClassName
{
border-color: #679814;
}
.TagClassName
{
border-color: #679814;
}
</style>