Shades of Olive Drab #679815
Tints of Olive Drab #679815
RGB
CMYK
RGB Variations
Color information
#679815 (or 0x679815) is known color: Olive Drab. HEX triplet: 67, 98 and 15. RGB value is (103,152,21). Sum of RGB (Red+Green+Blue) = 103+152+21=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #679815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679815 is #9867EA. Grayscale: #7A7A7A. Windows color (decimal): -9988075 or 1415271. OLE color: 1415271.
HSL color Cylindrical-coordinate representation of color #679815: hue angle of 82.44º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #679815 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 21 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.40 |
| HSL | 82.44º | 0.76% | 0.34% | - |
| HSV(B) | 82.44º | 0.86% | 0.6% | - |
| XYZ | 16.96 | 25.39 | 4.72 | - |
| YUV | 122.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 21 | 0.32 | 0 | 0.86 | 0.40 | 82.44 | 0.76 | 0.34 |
| Hex | 67 | 98 | 15 | 20 | 0 | 56 | 28 | 52 | 4C | 22 |
| Octal | 147 | 230 | 25 | 40 | 0 | 126 | 50 | 122 | 114 | 42 |
| Binary | 1100111 | 10011000 | 10101 | 100000 | 0 | 1010110 | 101000 | 1010010 | 1001100 | 100010 |
Color Harmonies of #679815
Complementary color
Monochromatic Colors of #679815
Black with #679815
Text Example
Text Example
White with #679815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679815; }
p { color: rgb(103,152,21); }
H1.HeaderClassName
{
color: #679815;
}
.AnyTagClassName
{
color: #679815;
}
</style>
background-color css
<style>
a { background-color: #679815; }
a { background-color: rgb(103,152,21); }
div.DivClassName
{
background-color: #679815;
}
.BgClassName
{
background-color: #679815;
}
</style>
border-color css
<style>
span { border-color: #679815; }
span { border-color: rgb(103,152,21); }
td.TdClassName
{
border-color: #679815;
}
.TagClassName
{
border-color: #679815;
}
</style>