Shades of Olive Drab #699109
Tints of Olive Drab #699109
RGB
CMYK
RGB Variations
Color information
#699109 (or 0x699109) is known color: Olive Drab. HEX triplet: 69, 91 and 09. RGB value is (105,145,9). Sum of RGB (Red+Green+Blue) = 105+145+9=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #699109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699109 is #966EF6. Grayscale: #767676. Windows color (decimal): -9858807 or 627049. OLE color: 627049.
HSL color Cylindrical-coordinate representation of color #699109: hue angle of 77.65º 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 #699109 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 9 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.43 |
| HSL | 77.65º | 0.88% | 0.3% | - |
| HSV(B) | 77.65º | 0.94% | 0.57% | - |
| XYZ | 16 | 23.27 | 3.91 | - |
| YUV | 117.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 9 | 0.28 | 0 | 0.94 | 0.43 | 77.65 | 0.88 | 0.3 |
| Hex | 69 | 91 | 9 | 1C | 0 | 5E | 2B | 4E | 58 | 1E |
| Octal | 151 | 221 | 11 | 34 | 0 | 136 | 53 | 116 | 130 | 36 |
| Binary | 1101001 | 10010001 | 1001 | 11100 | 0 | 1011110 | 101011 | 1001110 | 1011000 | 11110 |
Color Harmonies of #699109
Complementary color
Monochromatic Colors of #699109
Black with #699109
Text Example
Text Example
White with #699109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699109; }
p { color: rgb(105,145,9); }
H1.HeaderClassName
{
color: #699109;
}
.AnyTagClassName
{
color: #699109;
}
</style>
background-color css
<style>
a { background-color: #699109; }
a { background-color: rgb(105,145,9); }
div.DivClassName
{
background-color: #699109;
}
.BgClassName
{
background-color: #699109;
}
</style>
border-color css
<style>
span { border-color: #699109; }
span { border-color: rgb(105,145,9); }
td.TdClassName
{
border-color: #699109;
}
.TagClassName
{
border-color: #699109;
}
</style>