Shades of Olive Drab #679011
Tints of Olive Drab #679011
RGB
CMYK
RGB Variations
Color information
#679011 (or 0x679011) is known color: Olive Drab. HEX triplet: 67, 90 and 11. RGB value is (103,144,17). Sum of RGB (Red+Green+Blue) = 103+144+17=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #679011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679011 is #986FEE. Grayscale: #757575. Windows color (decimal): -9990127 or 1151079. OLE color: 1151079.
HSL color Cylindrical-coordinate representation of color #679011: hue angle of 79.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #679011 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 17 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.44 |
| HSL | 79.37º | 0.79% | 0.32% | - |
| HSV(B) | 79.37º | 0.88% | 0.56% | - |
| XYZ | 15.67 | 22.87 | 4.12 | - |
| YUV | 117.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 17 | 0.28 | 0 | 0.88 | 0.44 | 79.37 | 0.79 | 0.32 |
| Hex | 67 | 90 | 11 | 1C | 0 | 58 | 2C | 4F | 4F | 20 |
| Octal | 147 | 220 | 21 | 34 | 0 | 130 | 54 | 117 | 117 | 40 |
| Binary | 1100111 | 10010000 | 10001 | 11100 | 0 | 1011000 | 101100 | 1001111 | 1001111 | 100000 |
Color Harmonies of #679011
Complementary color
Monochromatic Colors of #679011
Black with #679011
Text Example
Text Example
White with #679011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679011; }
p { color: rgb(103,144,17); }
H1.HeaderClassName
{
color: #679011;
}
.AnyTagClassName
{
color: #679011;
}
</style>
background-color css
<style>
a { background-color: #679011; }
a { background-color: rgb(103,144,17); }
div.DivClassName
{
background-color: #679011;
}
.BgClassName
{
background-color: #679011;
}
</style>
border-color css
<style>
span { border-color: #679011; }
span { border-color: rgb(103,144,17); }
td.TdClassName
{
border-color: #679011;
}
.TagClassName
{
border-color: #679011;
}
</style>