Shades of Olive Drab #698538
Tints of Olive Drab #698538
RGB
CMYK
RGB Variations
Color information
#698538 (or 0x698538) is known color: Olive Drab. HEX triplet: 69, 85 and 38. RGB value is (105,133,56). Sum of RGB (Red+Green+Blue) = 105+133+56=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #698538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698538 is #967AC7. Grayscale: #747474. Windows color (decimal): -9861832 or 3704169. OLE color: 3704169.
HSL color Cylindrical-coordinate representation of color #698538: hue angle of 81.82º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698538 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 133 | 56 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.48 |
| HSL | 81.82º | 0.41% | 0.37% | - |
| HSV(B) | 81.82º | 0.58% | 0.52% | - |
| XYZ | 14.93 | 20.06 | 6.83 | - |
| YUV | 115.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 56 | 0.21 | 0 | 0.58 | 0.48 | 81.82 | 0.41 | 0.37 |
| Hex | 69 | 85 | 38 | 15 | 0 | 3A | 30 | 52 | 29 | 25 |
| Octal | 151 | 205 | 70 | 25 | 0 | 72 | 60 | 122 | 51 | 45 |
| Binary | 1101001 | 10000101 | 111000 | 10101 | 0 | 111010 | 110000 | 1010010 | 101001 | 100101 |
Color Harmonies of #698538
Complementary color
Monochromatic Colors of #698538
Black with #698538
Text Example
Text Example
White with #698538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698538; }
p { color: rgb(105,133,56); }
H1.HeaderClassName
{
color: #698538;
}
.AnyTagClassName
{
color: #698538;
}
</style>
background-color css
<style>
a { background-color: #698538; }
a { background-color: rgb(105,133,56); }
div.DivClassName
{
background-color: #698538;
}
.BgClassName
{
background-color: #698538;
}
</style>
border-color css
<style>
span { border-color: #698538; }
span { border-color: rgb(105,133,56); }
td.TdClassName
{
border-color: #698538;
}
.TagClassName
{
border-color: #698538;
}
</style>