Shades of Olive Drab #679809
Tints of Olive Drab #679809
RGB
CMYK
RGB Variations
Color information
#679809 (or 0x679809) is known color: Olive Drab. HEX triplet: 67, 98 and 09. RGB value is (103,152,9). Sum of RGB (Red+Green+Blue) = 103+152+9=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #679809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679809 is #9867F6. Grayscale: #797979. Windows color (decimal): -9988087 or 628839. OLE color: 628839.
HSL color Cylindrical-coordinate representation of color #679809: hue angle of 80.56º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #679809 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 9 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.40 |
| HSL | 80.56º | 0.89% | 0.32% | - |
| HSV(B) | 80.56º | 0.94% | 0.6% | - |
| XYZ | 16.87 | 25.36 | 4.26 | - |
| YUV | 121.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 9 | 0.32 | 0 | 0.94 | 0.40 | 80.56 | 0.89 | 0.32 |
| Hex | 67 | 98 | 9 | 20 | 0 | 5E | 28 | 51 | 59 | 20 |
| Octal | 147 | 230 | 11 | 40 | 0 | 136 | 50 | 121 | 131 | 40 |
| Binary | 1100111 | 10011000 | 1001 | 100000 | 0 | 1011110 | 101000 | 1010001 | 1011001 | 100000 |
Color Harmonies of #679809
Complementary color
Monochromatic Colors of #679809
Black with #679809
Text Example
Text Example
White with #679809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679809; }
p { color: rgb(103,152,9); }
H1.HeaderClassName
{
color: #679809;
}
.AnyTagClassName
{
color: #679809;
}
</style>
background-color css
<style>
a { background-color: #679809; }
a { background-color: rgb(103,152,9); }
div.DivClassName
{
background-color: #679809;
}
.BgClassName
{
background-color: #679809;
}
</style>
border-color css
<style>
span { border-color: #679809; }
span { border-color: rgb(103,152,9); }
td.TdClassName
{
border-color: #679809;
}
.TagClassName
{
border-color: #679809;
}
</style>