Shades of Olive Drab #698B2D
Tints of Olive Drab #698B2D
RGB
CMYK
RGB Variations
Color information
#698B2D (or 0x698B2D) is known color: Olive Drab. HEX triplet: 69, 8B and 2D. RGB value is (105,139,45). Sum of RGB (Red+Green+Blue) = 105+139+45=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #698B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B2D is #9674D2. Grayscale: #767676. Windows color (decimal): -9860307 or 2984809. OLE color: 2984809.
HSL color Cylindrical-coordinate representation of color #698B2D: hue angle of 81.7º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #698B2D is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 45 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.45 |
| HSL | 81.7º | 0.51% | 0.36% | - |
| HSV(B) | 81.7º | 0.68% | 0.55% | - |
| XYZ | 15.53 | 21.66 | 5.84 | - |
| YUV | 118.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 45 | 0.24 | 0 | 0.68 | 0.45 | 81.7 | 0.51 | 0.36 |
| Hex | 69 | 8B | 2D | 18 | 0 | 44 | 2D | 52 | 33 | 24 |
| Octal | 151 | 213 | 55 | 30 | 0 | 104 | 55 | 122 | 63 | 44 |
| Binary | 1101001 | 10001011 | 101101 | 11000 | 0 | 1000100 | 101101 | 1010010 | 110011 | 100100 |
Color Harmonies of #698B2D
Complementary color
Monochromatic Colors of #698B2D
Black with #698B2D
Text Example
Text Example
White with #698B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B2D; }
p { color: rgb(105,139,45); }
H1.HeaderClassName
{
color: #698B2D;
}
.AnyTagClassName
{
color: #698B2D;
}
</style>
background-color css
<style>
a { background-color: #698B2D; }
a { background-color: rgb(105,139,45); }
div.DivClassName
{
background-color: #698B2D;
}
.BgClassName
{
background-color: #698B2D;
}
</style>
border-color css
<style>
span { border-color: #698B2D; }
span { border-color: rgb(105,139,45); }
td.TdClassName
{
border-color: #698B2D;
}
.TagClassName
{
border-color: #698B2D;
}
</style>