Shades of Olive Drab #679016
Tints of Olive Drab #679016
RGB
CMYK
RGB Variations
Color information
#679016 (or 0x679016) is known color: Olive Drab. HEX triplet: 67, 90 and 16. RGB value is (103,144,22). Sum of RGB (Red+Green+Blue) = 103+144+22=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #679016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679016 is #986FE9. Grayscale: #767676. Windows color (decimal): -9990122 or 1478759. OLE color: 1478759.
HSL color Cylindrical-coordinate representation of color #679016: hue angle of 80.16º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #679016 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 22 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.44 |
| HSL | 80.16º | 0.73% | 0.33% | - |
| HSV(B) | 80.16º | 0.85% | 0.56% | - |
| XYZ | 15.71 | 22.89 | 4.35 | - |
| YUV | 117.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 22 | 0.28 | 0 | 0.85 | 0.44 | 80.16 | 0.73 | 0.33 |
| Hex | 67 | 90 | 16 | 1C | 0 | 55 | 2C | 50 | 49 | 21 |
| Octal | 147 | 220 | 26 | 34 | 0 | 125 | 54 | 120 | 111 | 41 |
| Binary | 1100111 | 10010000 | 10110 | 11100 | 0 | 1010101 | 101100 | 1010000 | 1001001 | 100001 |
Color Harmonies of #679016
Complementary color
Monochromatic Colors of #679016
Black with #679016
Text Example
Text Example
White with #679016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679016; }
p { color: rgb(103,144,22); }
H1.HeaderClassName
{
color: #679016;
}
.AnyTagClassName
{
color: #679016;
}
</style>
background-color css
<style>
a { background-color: #679016; }
a { background-color: rgb(103,144,22); }
div.DivClassName
{
background-color: #679016;
}
.BgClassName
{
background-color: #679016;
}
</style>
border-color css
<style>
span { border-color: #679016; }
span { border-color: rgb(103,144,22); }
td.TdClassName
{
border-color: #679016;
}
.TagClassName
{
border-color: #679016;
}
</style>