Shades of Olive Drab #679519
Tints of Olive Drab #679519
RGB
CMYK
RGB Variations
Color information
#679519 (or 0x679519) is known color: Olive Drab. HEX triplet: 67, 95 and 19. RGB value is (103,149,25). Sum of RGB (Red+Green+Blue) = 103+149+25=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #679519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679519 is #986AE6. Grayscale: #797979. Windows color (decimal): -9988839 or 1676647. OLE color: 1676647.
HSL color Cylindrical-coordinate representation of color #679519: hue angle of 82.26º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #679519 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 25 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.42 |
| HSL | 82.26º | 0.71% | 0.34% | - |
| HSV(B) | 82.26º | 0.83% | 0.58% | - |
| XYZ | 16.52 | 24.45 | 4.77 | - |
| YUV | 121.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 25 | 0.31 | 0 | 0.83 | 0.42 | 82.26 | 0.71 | 0.34 |
| Hex | 67 | 95 | 19 | 1F | 0 | 53 | 2A | 52 | 47 | 22 |
| Octal | 147 | 225 | 31 | 37 | 0 | 123 | 52 | 122 | 107 | 42 |
| Binary | 1100111 | 10010101 | 11001 | 11111 | 0 | 1010011 | 101010 | 1010010 | 1000111 | 100010 |
Color Harmonies of #679519
Complementary color
Monochromatic Colors of #679519
Black with #679519
Text Example
Text Example
White with #679519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679519; }
p { color: rgb(103,149,25); }
H1.HeaderClassName
{
color: #679519;
}
.AnyTagClassName
{
color: #679519;
}
</style>
background-color css
<style>
a { background-color: #679519; }
a { background-color: rgb(103,149,25); }
div.DivClassName
{
background-color: #679519;
}
.BgClassName
{
background-color: #679519;
}
</style>
border-color css
<style>
span { border-color: #679519; }
span { border-color: rgb(103,149,25); }
td.TdClassName
{
border-color: #679519;
}
.TagClassName
{
border-color: #679519;
}
</style>