Shades of Olive #698209
Tints of Olive #698209
RGB
CMYK
RGB Variations
Color information
#698209 (or 0x698209) is known color: Olive. HEX triplet: 69, 82 and 09. RGB value is (105,130,9). Sum of RGB (Red+Green+Blue) = 105+130+9=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #698209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698209 is #967DF6. Grayscale: #6D6D6D. Windows color (decimal): -9862647 or 623209. OLE color: 623209.
HSL color Cylindrical-coordinate representation of color #698209: hue angle of 72.4º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #698209 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 9 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.49 |
| HSL | 72.4º | 0.87% | 0.27% | - |
| HSV(B) | 72.4º | 0.93% | 0.51% | - |
| XYZ | 13.86 | 18.99 | 3.19 | - |
| YUV | 108.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 9 | 0.19 | 0 | 0.93 | 0.49 | 72.4 | 0.87 | 0.27 |
| Hex | 69 | 82 | 9 | 13 | 0 | 5D | 31 | 48 | 57 | 1B |
| Octal | 151 | 202 | 11 | 23 | 0 | 135 | 61 | 110 | 127 | 33 |
| Binary | 1101001 | 10000010 | 1001 | 10011 | 0 | 1011101 | 110001 | 1001000 | 1010111 | 11011 |
Color Harmonies of #698209
Complementary color
Monochromatic Colors of #698209
Black with #698209
Text Example
Text Example
White with #698209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698209; }
p { color: rgb(105,130,9); }
H1.HeaderClassName
{
color: #698209;
}
.AnyTagClassName
{
color: #698209;
}
</style>
background-color css
<style>
a { background-color: #698209; }
a { background-color: rgb(105,130,9); }
div.DivClassName
{
background-color: #698209;
}
.BgClassName
{
background-color: #698209;
}
</style>
border-color css
<style>
span { border-color: #698209; }
span { border-color: rgb(105,130,9); }
td.TdClassName
{
border-color: #698209;
}
.TagClassName
{
border-color: #698209;
}
</style>