Shades of Olive Drab #679819
Tints of Olive Drab #679819
RGB
CMYK
RGB Variations
Color information
#679819 (or 0x679819) is known color: Olive Drab. HEX triplet: 67, 98 and 19. RGB value is (103,152,25). Sum of RGB (Red+Green+Blue) = 103+152+25=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #679819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679819 is #9867E6. Grayscale: #7B7B7B. Windows color (decimal): -9988071 or 1677415. OLE color: 1677415.
HSL color Cylindrical-coordinate representation of color #679819: hue angle of 83.15º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #679819 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 25 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.40 |
| HSL | 83.15º | 0.72% | 0.35% | - |
| HSV(B) | 83.15º | 0.84% | 0.6% | - |
| XYZ | 17 | 25.41 | 4.93 | - |
| YUV | 122.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 25 | 0.32 | 0 | 0.84 | 0.40 | 83.15 | 0.72 | 0.35 |
| Hex | 67 | 98 | 19 | 20 | 0 | 54 | 28 | 53 | 48 | 23 |
| Octal | 147 | 230 | 31 | 40 | 0 | 124 | 50 | 123 | 110 | 43 |
| Binary | 1100111 | 10011000 | 11001 | 100000 | 0 | 1010100 | 101000 | 1010011 | 1001000 | 100011 |
Color Harmonies of #679819
Complementary color
Monochromatic Colors of #679819
Black with #679819
Text Example
Text Example
White with #679819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679819; }
p { color: rgb(103,152,25); }
H1.HeaderClassName
{
color: #679819;
}
.AnyTagClassName
{
color: #679819;
}
</style>
background-color css
<style>
a { background-color: #679819; }
a { background-color: rgb(103,152,25); }
div.DivClassName
{
background-color: #679819;
}
.BgClassName
{
background-color: #679819;
}
</style>
border-color css
<style>
span { border-color: #679819; }
span { border-color: rgb(103,152,25); }
td.TdClassName
{
border-color: #679819;
}
.TagClassName
{
border-color: #679819;
}
</style>