Shades of Olive Drab #698709
Tints of Olive Drab #698709
RGB
CMYK
RGB Variations
Color information
#698709 (or 0x698709) is known color: Olive Drab. HEX triplet: 69, 87 and 09. RGB value is (105,135,9). Sum of RGB (Red+Green+Blue) = 105+135+9=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #698709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698709 is #9678F6. Grayscale: #707070. Windows color (decimal): -9861367 or 624489. OLE color: 624489.
HSL color Cylindrical-coordinate representation of color #698709: hue angle of 74.29º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #698709 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 9 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.47 |
| HSL | 74.29º | 0.88% | 0.28% | - |
| HSV(B) | 74.29º | 0.93% | 0.53% | - |
| XYZ | 14.54 | 20.35 | 3.42 | - |
| YUV | 111.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 9 | 0.22 | 0 | 0.93 | 0.47 | 74.29 | 0.88 | 0.28 |
| Hex | 69 | 87 | 9 | 16 | 0 | 5D | 2F | 4A | 58 | 1C |
| Octal | 151 | 207 | 11 | 26 | 0 | 135 | 57 | 112 | 130 | 34 |
| Binary | 1101001 | 10000111 | 1001 | 10110 | 0 | 1011101 | 101111 | 1001010 | 1011000 | 11100 |
Color Harmonies of #698709
Complementary color
Monochromatic Colors of #698709
Black with #698709
Text Example
Text Example
White with #698709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698709; }
p { color: rgb(105,135,9); }
H1.HeaderClassName
{
color: #698709;
}
.AnyTagClassName
{
color: #698709;
}
</style>
background-color css
<style>
a { background-color: #698709; }
a { background-color: rgb(105,135,9); }
div.DivClassName
{
background-color: #698709;
}
.BgClassName
{
background-color: #698709;
}
</style>
border-color css
<style>
span { border-color: #698709; }
span { border-color: rgb(105,135,9); }
td.TdClassName
{
border-color: #698709;
}
.TagClassName
{
border-color: #698709;
}
</style>