Shades of Olive Drab #698A10
Tints of Olive Drab #698A10
RGB
CMYK
RGB Variations
Color information
#698A10 (or 0x698A10) is known color: Olive Drab. HEX triplet: 69, 8A and 10. RGB value is (105,138,16). Sum of RGB (Red+Green+Blue) = 105+138+16=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #698A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698A10 is #9675EF. Grayscale: #727272. Windows color (decimal): -9860592 or 1084009. OLE color: 1084009.
HSL color Cylindrical-coordinate representation of color #698A10: hue angle of 76.23º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #698A10 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 16 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.46 |
| HSL | 76.23º | 0.79% | 0.3% | - |
| HSV(B) | 76.23º | 0.88% | 0.54% | - |
| XYZ | 15.01 | 21.22 | 3.79 | - |
| YUV | 114.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 16 | 0.24 | 0 | 0.88 | 0.46 | 76.23 | 0.79 | 0.3 |
| Hex | 69 | 8A | 10 | 18 | 0 | 58 | 2E | 4C | 4F | 1E |
| Octal | 151 | 212 | 20 | 30 | 0 | 130 | 56 | 114 | 117 | 36 |
| Binary | 1101001 | 10001010 | 10000 | 11000 | 0 | 1011000 | 101110 | 1001100 | 1001111 | 11110 |
Color Harmonies of #698A10
Complementary color
Monochromatic Colors of #698A10
Black with #698A10
Text Example
Text Example
White with #698A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A10; }
p { color: rgb(105,138,16); }
H1.HeaderClassName
{
color: #698A10;
}
.AnyTagClassName
{
color: #698A10;
}
</style>
background-color css
<style>
a { background-color: #698A10; }
a { background-color: rgb(105,138,16); }
div.DivClassName
{
background-color: #698A10;
}
.BgClassName
{
background-color: #698A10;
}
</style>
border-color css
<style>
span { border-color: #698A10; }
span { border-color: rgb(105,138,16); }
td.TdClassName
{
border-color: #698A10;
}
.TagClassName
{
border-color: #698A10;
}
</style>