Shades of Olive Drab #698231
Tints of Olive Drab #698231
RGB
CMYK
RGB Variations
Color information
#698231 (or 0x698231) is known color: Olive Drab. HEX triplet: 69, 82 and 31. RGB value is (105,130,49). Sum of RGB (Red+Green+Blue) = 105+130+49=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #698231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698231 is #967DCE. Grayscale: #717171. Windows color (decimal): -9862607 or 3244649. OLE color: 3244649.
HSL color Cylindrical-coordinate representation of color #698231: hue angle of 78.52º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #698231 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 49 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.49 |
| HSL | 78.52º | 0.45% | 0.35% | - |
| HSV(B) | 78.52º | 0.62% | 0.51% | - |
| XYZ | 14.36 | 19.19 | 5.85 | - |
| YUV | 113.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 49 | 0.19 | 0 | 0.62 | 0.49 | 78.52 | 0.45 | 0.35 |
| Hex | 69 | 82 | 31 | 13 | 0 | 3E | 31 | 4F | 2D | 23 |
| Octal | 151 | 202 | 61 | 23 | 0 | 76 | 61 | 117 | 55 | 43 |
| Binary | 1101001 | 10000010 | 110001 | 10011 | 0 | 111110 | 110001 | 1001111 | 101101 | 100011 |
Color Harmonies of #698231
Complementary color
Monochromatic Colors of #698231
Black with #698231
Text Example
Text Example
White with #698231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698231; }
p { color: rgb(105,130,49); }
H1.HeaderClassName
{
color: #698231;
}
.AnyTagClassName
{
color: #698231;
}
</style>
background-color css
<style>
a { background-color: #698231; }
a { background-color: rgb(105,130,49); }
div.DivClassName
{
background-color: #698231;
}
.BgClassName
{
background-color: #698231;
}
</style>
border-color css
<style>
span { border-color: #698231; }
span { border-color: rgb(105,130,49); }
td.TdClassName
{
border-color: #698231;
}
.TagClassName
{
border-color: #698231;
}
</style>