Shades of Olive Drab #698A2B
Tints of Olive Drab #698A2B
RGB
CMYK
RGB Variations
Color information
#698A2B (or 0x698A2B) is known color: Olive Drab. HEX triplet: 69, 8A and 2B. RGB value is (105,138,43). Sum of RGB (Red+Green+Blue) = 105+138+43=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #698A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698A2B is #9675D4. Grayscale: #757575. Windows color (decimal): -9860565 or 2853481. OLE color: 2853481.
HSL color Cylindrical-coordinate representation of color #698A2B: hue angle of 80.84º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #698A2B is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 43 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.46 |
| HSL | 80.84º | 0.52% | 0.35% | - |
| HSV(B) | 80.84º | 0.69% | 0.54% | - |
| XYZ | 15.35 | 21.35 | 5.6 | - |
| YUV | 117.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 43 | 0.24 | 0 | 0.69 | 0.46 | 80.84 | 0.52 | 0.35 |
| Hex | 69 | 8A | 2B | 18 | 0 | 45 | 2E | 51 | 34 | 23 |
| Octal | 151 | 212 | 53 | 30 | 0 | 105 | 56 | 121 | 64 | 43 |
| Binary | 1101001 | 10001010 | 101011 | 11000 | 0 | 1000101 | 101110 | 1010001 | 110100 | 100011 |
Color Harmonies of #698A2B
Complementary color
Monochromatic Colors of #698A2B
Black with #698A2B
Text Example
Text Example
White with #698A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A2B; }
p { color: rgb(105,138,43); }
H1.HeaderClassName
{
color: #698A2B;
}
.AnyTagClassName
{
color: #698A2B;
}
</style>
background-color css
<style>
a { background-color: #698A2B; }
a { background-color: rgb(105,138,43); }
div.DivClassName
{
background-color: #698A2B;
}
.BgClassName
{
background-color: #698A2B;
}
</style>
border-color css
<style>
span { border-color: #698A2B; }
span { border-color: rgb(105,138,43); }
td.TdClassName
{
border-color: #698A2B;
}
.TagClassName
{
border-color: #698A2B;
}
</style>