Shades of Olive Drab #679109
Tints of Olive Drab #679109
RGB
CMYK
RGB Variations
Color information
#679109 (or 0x679109) is known color: Olive Drab. HEX triplet: 67, 91 and 09. RGB value is (103,145,9). Sum of RGB (Red+Green+Blue) = 103+145+9=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #679109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679109 is #986EF6. Grayscale: #757575. Windows color (decimal): -9989879 or 627047. OLE color: 627047.
HSL color Cylindrical-coordinate representation of color #679109: hue angle of 78.53º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #679109 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 9 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.43 |
| HSL | 78.53º | 0.88% | 0.3% | - |
| HSV(B) | 78.53º | 0.94% | 0.57% | - |
| XYZ | 15.77 | 23.15 | 3.9 | - |
| YUV | 116.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 9 | 0.29 | 0 | 0.94 | 0.43 | 78.53 | 0.88 | 0.3 |
| Hex | 67 | 91 | 9 | 1D | 0 | 5E | 2B | 4F | 58 | 1E |
| Octal | 147 | 221 | 11 | 35 | 0 | 136 | 53 | 117 | 130 | 36 |
| Binary | 1100111 | 10010001 | 1001 | 11101 | 0 | 1011110 | 101011 | 1001111 | 1011000 | 11110 |
Color Harmonies of #679109
Complementary color
Monochromatic Colors of #679109
Black with #679109
Text Example
Text Example
White with #679109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679109; }
p { color: rgb(103,145,9); }
H1.HeaderClassName
{
color: #679109;
}
.AnyTagClassName
{
color: #679109;
}
</style>
background-color css
<style>
a { background-color: #679109; }
a { background-color: rgb(103,145,9); }
div.DivClassName
{
background-color: #679109;
}
.BgClassName
{
background-color: #679109;
}
</style>
border-color css
<style>
span { border-color: #679109; }
span { border-color: rgb(103,145,9); }
td.TdClassName
{
border-color: #679109;
}
.TagClassName
{
border-color: #679109;
}
</style>