Shades of Olive Drab #679119
Tints of Olive Drab #679119
RGB
CMYK
RGB Variations
Color information
#679119 (or 0x679119) is known color: Olive Drab. HEX triplet: 67, 91 and 19. RGB value is (103,145,25). Sum of RGB (Red+Green+Blue) = 103+145+25=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #679119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679119 is #986EE6. Grayscale: #777777. Windows color (decimal): -9989863 or 1675623. OLE color: 1675623.
HSL color Cylindrical-coordinate representation of color #679119: hue angle of 81º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #679119 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 25 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.43 |
| HSL | 81º | 0.71% | 0.33% | - |
| HSV(B) | 81º | 0.83% | 0.57% | - |
| XYZ | 15.89 | 23.2 | 4.56 | - |
| YUV | 118.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 25 | 0.29 | 0 | 0.83 | 0.43 | 81 | 0.71 | 0.33 |
| Hex | 67 | 91 | 19 | 1D | 0 | 53 | 2B | 51 | 47 | 21 |
| Octal | 147 | 221 | 31 | 35 | 0 | 123 | 53 | 121 | 107 | 41 |
| Binary | 1100111 | 10010001 | 11001 | 11101 | 0 | 1010011 | 101011 | 1010001 | 1000111 | 100001 |
Color Harmonies of #679119
Complementary color
Monochromatic Colors of #679119
Black with #679119
Text Example
Text Example
White with #679119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679119; }
p { color: rgb(103,145,25); }
H1.HeaderClassName
{
color: #679119;
}
.AnyTagClassName
{
color: #679119;
}
</style>
background-color css
<style>
a { background-color: #679119; }
a { background-color: rgb(103,145,25); }
div.DivClassName
{
background-color: #679119;
}
.BgClassName
{
background-color: #679119;
}
</style>
border-color css
<style>
span { border-color: #679119; }
span { border-color: rgb(103,145,25); }
td.TdClassName
{
border-color: #679119;
}
.TagClassName
{
border-color: #679119;
}
</style>