Shades of Olive Drab #679911
Tints of Olive Drab #679911
RGB
CMYK
RGB Variations
Color information
#679911 (or 0x679911) is known color: Olive Drab. HEX triplet: 67, 99 and 11. RGB value is (103,153,17). Sum of RGB (Red+Green+Blue) = 103+153+17=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #679911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679911 is #9866EE. Grayscale: #7B7B7B. Windows color (decimal): -9987823 or 1153383. OLE color: 1153383.
HSL color Cylindrical-coordinate representation of color #679911: hue angle of 82.06º 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 #679911 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 17 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.4 |
| HSL | 82.06º | 0.8% | 0.33% | - |
| HSV(B) | 82.06º | 0.89% | 0.6% | - |
| XYZ | 17.09 | 25.71 | 4.59 | - |
| YUV | 122.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 17 | 0.33 | 0 | 0.89 | 0.4 | 82.06 | 0.8 | 0.33 |
| Hex | 67 | 99 | 11 | 21 | 0 | 59 | 28 | 52 | 50 | 21 |
| Octal | 147 | 231 | 21 | 41 | 0 | 131 | 50 | 122 | 120 | 41 |
| Binary | 1100111 | 10011001 | 10001 | 100001 | 0 | 1011001 | 101000 | 1010010 | 1010000 | 100001 |
Color Harmonies of #679911
Complementary color
Monochromatic Colors of #679911
Black with #679911
Text Example
Text Example
White with #679911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679911; }
p { color: rgb(103,153,17); }
H1.HeaderClassName
{
color: #679911;
}
.AnyTagClassName
{
color: #679911;
}
</style>
background-color css
<style>
a { background-color: #679911; }
a { background-color: rgb(103,153,17); }
div.DivClassName
{
background-color: #679911;
}
.BgClassName
{
background-color: #679911;
}
</style>
border-color css
<style>
span { border-color: #679911; }
span { border-color: rgb(103,153,17); }
td.TdClassName
{
border-color: #679911;
}
.TagClassName
{
border-color: #679911;
}
</style>