Shades of Olive Drab #698A09
Tints of Olive Drab #698A09
RGB
CMYK
RGB Variations
Color information
#698A09 (or 0x698A09) is known color: Olive Drab. HEX triplet: 69, 8A and 09. RGB value is (105,138,9). Sum of RGB (Red+Green+Blue) = 105+138+9=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #698A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698A09 is #9675F6. Grayscale: #717171. Windows color (decimal): -9860599 or 625257. OLE color: 625257.
HSL color Cylindrical-coordinate representation of color #698A09: hue angle of 75.35º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #698A09 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 9 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.46 |
| HSL | 75.35º | 0.88% | 0.29% | - |
| HSV(B) | 75.35º | 0.93% | 0.54% | - |
| XYZ | 14.96 | 21.2 | 3.56 | - |
| YUV | 113.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 9 | 0.24 | 0 | 0.93 | 0.46 | 75.35 | 0.88 | 0.29 |
| Hex | 69 | 8A | 9 | 18 | 0 | 5D | 2E | 4B | 58 | 1D |
| Octal | 151 | 212 | 11 | 30 | 0 | 135 | 56 | 113 | 130 | 35 |
| Binary | 1101001 | 10001010 | 1001 | 11000 | 0 | 1011101 | 101110 | 1001011 | 1011000 | 11101 |
Color Harmonies of #698A09
Complementary color
Monochromatic Colors of #698A09
Black with #698A09
Text Example
Text Example
White with #698A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A09; }
p { color: rgb(105,138,9); }
H1.HeaderClassName
{
color: #698A09;
}
.AnyTagClassName
{
color: #698A09;
}
</style>
background-color css
<style>
a { background-color: #698A09; }
a { background-color: rgb(105,138,9); }
div.DivClassName
{
background-color: #698A09;
}
.BgClassName
{
background-color: #698A09;
}
</style>
border-color css
<style>
span { border-color: #698A09; }
span { border-color: rgb(105,138,9); }
td.TdClassName
{
border-color: #698A09;
}
.TagClassName
{
border-color: #698A09;
}
</style>