Shades of Olive Drab #698A05
Tints of Olive Drab #698A05
RGB
CMYK
RGB Variations
Color information
#698A05 (or 0x698A05) is known color: Olive Drab. HEX triplet: 69, 8A and 05. RGB value is (105,138,5). Sum of RGB (Red+Green+Blue) = 105+138+5=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #698A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698A05 is #9675FA. Grayscale: #717171. Windows color (decimal): -9860603 or 363113. OLE color: 363113.
HSL color Cylindrical-coordinate representation of color #698A05: hue angle of 74.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #698A05 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 5 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.46 |
| HSL | 74.89º | 0.93% | 0.28% | - |
| HSV(B) | 74.89º | 0.96% | 0.54% | - |
| XYZ | 14.94 | 21.19 | 3.45 | - |
| YUV | 112.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 5 | 0.24 | 0 | 0.96 | 0.46 | 74.89 | 0.93 | 0.28 |
| Hex | 69 | 8A | 5 | 18 | 0 | 60 | 2E | 4B | 5D | 1C |
| Octal | 151 | 212 | 5 | 30 | 0 | 140 | 56 | 113 | 135 | 34 |
| Binary | 1101001 | 10001010 | 101 | 11000 | 0 | 1100000 | 101110 | 1001011 | 1011101 | 11100 |
Color Harmonies of #698A05
Complementary color
Monochromatic Colors of #698A05
Black with #698A05
Text Example
Text Example
White with #698A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A05; }
p { color: rgb(105,138,5); }
H1.HeaderClassName
{
color: #698A05;
}
.AnyTagClassName
{
color: #698A05;
}
</style>
background-color css
<style>
a { background-color: #698A05; }
a { background-color: rgb(105,138,5); }
div.DivClassName
{
background-color: #698A05;
}
.BgClassName
{
background-color: #698A05;
}
</style>
border-color css
<style>
span { border-color: #698A05; }
span { border-color: rgb(105,138,5); }
td.TdClassName
{
border-color: #698A05;
}
.TagClassName
{
border-color: #698A05;
}
</style>