Shades of Olive Drab #679019
Tints of Olive Drab #679019
RGB
CMYK
RGB Variations
Color information
#679019 (or 0x679019) is known color: Olive Drab. HEX triplet: 67, 90 and 19. RGB value is (103,144,25). Sum of RGB (Red+Green+Blue) = 103+144+25=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #679019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679019 is #986FE6. Grayscale: #767676. Windows color (decimal): -9990119 or 1675367. OLE color: 1675367.
HSL color Cylindrical-coordinate representation of color #679019: hue angle of 80.67º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #679019 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 25 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.44 |
| HSL | 80.67º | 0.7% | 0.33% | - |
| HSV(B) | 80.67º | 0.83% | 0.56% | - |
| XYZ | 15.74 | 22.9 | 4.51 | - |
| YUV | 118.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 25 | 0.28 | 0 | 0.83 | 0.44 | 80.67 | 0.7 | 0.33 |
| Hex | 67 | 90 | 19 | 1C | 0 | 53 | 2C | 51 | 46 | 21 |
| Octal | 147 | 220 | 31 | 34 | 0 | 123 | 54 | 121 | 106 | 41 |
| Binary | 1100111 | 10010000 | 11001 | 11100 | 0 | 1010011 | 101100 | 1010001 | 1000110 | 100001 |
Color Harmonies of #679019
Complementary color
Monochromatic Colors of #679019
Black with #679019
Text Example
Text Example
White with #679019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679019; }
p { color: rgb(103,144,25); }
H1.HeaderClassName
{
color: #679019;
}
.AnyTagClassName
{
color: #679019;
}
</style>
background-color css
<style>
a { background-color: #679019; }
a { background-color: rgb(103,144,25); }
div.DivClassName
{
background-color: #679019;
}
.BgClassName
{
background-color: #679019;
}
</style>
border-color css
<style>
span { border-color: #679019; }
span { border-color: rgb(103,144,25); }
td.TdClassName
{
border-color: #679019;
}
.TagClassName
{
border-color: #679019;
}
</style>