Shades of Olive Drab #679811
Tints of Olive Drab #679811
RGB
CMYK
RGB Variations
Color information
#679811 (or 0x679811) is known color: Olive Drab. HEX triplet: 67, 98 and 11. RGB value is (103,152,17). Sum of RGB (Red+Green+Blue) = 103+152+17=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #679811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679811 is #9867EE. Grayscale: #7A7A7A. Windows color (decimal): -9988079 or 1153127. OLE color: 1153127.
HSL color Cylindrical-coordinate representation of color #679811: hue angle of 81.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #679811 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 17 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.40 |
| HSL | 81.78º | 0.8% | 0.33% | - |
| HSV(B) | 81.78º | 0.89% | 0.6% | - |
| XYZ | 16.92 | 25.38 | 4.54 | - |
| YUV | 121.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 17 | 0.32 | 0 | 0.89 | 0.40 | 81.78 | 0.8 | 0.33 |
| Hex | 67 | 98 | 11 | 20 | 0 | 59 | 28 | 52 | 50 | 21 |
| Octal | 147 | 230 | 21 | 40 | 0 | 131 | 50 | 122 | 120 | 41 |
| Binary | 1100111 | 10011000 | 10001 | 100000 | 0 | 1011001 | 101000 | 1010010 | 1010000 | 100001 |
Color Harmonies of #679811
Complementary color
Monochromatic Colors of #679811
Black with #679811
Text Example
Text Example
White with #679811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679811; }
p { color: rgb(103,152,17); }
H1.HeaderClassName
{
color: #679811;
}
.AnyTagClassName
{
color: #679811;
}
</style>
background-color css
<style>
a { background-color: #679811; }
a { background-color: rgb(103,152,17); }
div.DivClassName
{
background-color: #679811;
}
.BgClassName
{
background-color: #679811;
}
</style>
border-color css
<style>
span { border-color: #679811; }
span { border-color: rgb(103,152,17); }
td.TdClassName
{
border-color: #679811;
}
.TagClassName
{
border-color: #679811;
}
</style>