Shades of Olive Drab #679211
Tints of Olive Drab #679211
RGB
CMYK
RGB Variations
Color information
#679211 (or 0x679211) is known color: Olive Drab. HEX triplet: 67, 92 and 11. RGB value is (103,146,17). Sum of RGB (Red+Green+Blue) = 103+146+17=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #679211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679211 is #986DEE. Grayscale: #767676. Windows color (decimal): -9989615 or 1151591. OLE color: 1151591.
HSL color Cylindrical-coordinate representation of color #679211: hue angle of 80º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #679211 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 17 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.43 |
| HSL | 80º | 0.79% | 0.32% | - |
| HSV(B) | 80º | 0.88% | 0.57% | - |
| XYZ | 15.97 | 23.48 | 4.22 | - |
| YUV | 118.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 17 | 0.29 | 0 | 0.88 | 0.43 | 80 | 0.79 | 0.32 |
| Hex | 67 | 92 | 11 | 1D | 0 | 58 | 2B | 50 | 4F | 20 |
| Octal | 147 | 222 | 21 | 35 | 0 | 130 | 53 | 120 | 117 | 40 |
| Binary | 1100111 | 10010010 | 10001 | 11101 | 0 | 1011000 | 101011 | 1010000 | 1001111 | 100000 |
Color Harmonies of #679211
Complementary color
Monochromatic Colors of #679211
Black with #679211
Text Example
Text Example
White with #679211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679211; }
p { color: rgb(103,146,17); }
H1.HeaderClassName
{
color: #679211;
}
.AnyTagClassName
{
color: #679211;
}
</style>
background-color css
<style>
a { background-color: #679211; }
a { background-color: rgb(103,146,17); }
div.DivClassName
{
background-color: #679211;
}
.BgClassName
{
background-color: #679211;
}
</style>
border-color css
<style>
span { border-color: #679211; }
span { border-color: rgb(103,146,17); }
td.TdClassName
{
border-color: #679211;
}
.TagClassName
{
border-color: #679211;
}
</style>