Shades of Olive Drab #698B09
Tints of Olive Drab #698B09
RGB
CMYK
RGB Variations
Color information
#698B09 (or 0x698B09) is known color: Olive Drab. HEX triplet: 69, 8B and 09. RGB value is (105,139,9). Sum of RGB (Red+Green+Blue) = 105+139+9=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #698B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698B09 is #9674F6. Grayscale: #727272. Windows color (decimal): -9860343 or 625513. OLE color: 625513.
HSL color Cylindrical-coordinate representation of color #698B09: hue angle of 75.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #698B09 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 9 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.45 |
| HSL | 75.69º | 0.88% | 0.29% | - |
| HSV(B) | 75.69º | 0.94% | 0.55% | - |
| XYZ | 15.11 | 21.49 | 3.61 | - |
| YUV | 114.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 9 | 0.24 | 0 | 0.94 | 0.45 | 75.69 | 0.88 | 0.29 |
| Hex | 69 | 8B | 9 | 18 | 0 | 5E | 2D | 4C | 58 | 1D |
| Octal | 151 | 213 | 11 | 30 | 0 | 136 | 55 | 114 | 130 | 35 |
| Binary | 1101001 | 10001011 | 1001 | 11000 | 0 | 1011110 | 101101 | 1001100 | 1011000 | 11101 |
Color Harmonies of #698B09
Complementary color
Monochromatic Colors of #698B09
Black with #698B09
Text Example
Text Example
White with #698B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B09; }
p { color: rgb(105,139,9); }
H1.HeaderClassName
{
color: #698B09;
}
.AnyTagClassName
{
color: #698B09;
}
</style>
background-color css
<style>
a { background-color: #698B09; }
a { background-color: rgb(105,139,9); }
div.DivClassName
{
background-color: #698B09;
}
.BgClassName
{
background-color: #698B09;
}
</style>
border-color css
<style>
span { border-color: #698B09; }
span { border-color: rgb(105,139,9); }
td.TdClassName
{
border-color: #698B09;
}
.TagClassName
{
border-color: #698B09;
}
</style>