Shades of Olive Drab #698925
Tints of Olive Drab #698925
RGB
CMYK
RGB Variations
Color information
#698925 (or 0x698925) is known color: Olive Drab. HEX triplet: 69, 89 and 25. RGB value is (105,137,37). Sum of RGB (Red+Green+Blue) = 105+137+37=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #698925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698925 is #9676DA. Grayscale: #747474. Windows color (decimal): -9860827 or 2460009. OLE color: 2460009.
HSL color Cylindrical-coordinate representation of color #698925: hue angle of 79.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #698925 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 37 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.46 |
| HSL | 79.2º | 0.57% | 0.34% | - |
| HSV(B) | 79.2º | 0.73% | 0.54% | - |
| XYZ | 15.11 | 21.03 | 5.01 | - |
| YUV | 116.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 37 | 0.23 | 0 | 0.73 | 0.46 | 79.2 | 0.57 | 0.34 |
| Hex | 69 | 89 | 25 | 17 | 0 | 49 | 2E | 4F | 39 | 22 |
| Octal | 151 | 211 | 45 | 27 | 0 | 111 | 56 | 117 | 71 | 42 |
| Binary | 1101001 | 10001001 | 100101 | 10111 | 0 | 1001001 | 101110 | 1001111 | 111001 | 100010 |
Color Harmonies of #698925
Complementary color
Monochromatic Colors of #698925
Black with #698925
Text Example
Text Example
White with #698925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698925; }
p { color: rgb(105,137,37); }
H1.HeaderClassName
{
color: #698925;
}
.AnyTagClassName
{
color: #698925;
}
</style>
background-color css
<style>
a { background-color: #698925; }
a { background-color: rgb(105,137,37); }
div.DivClassName
{
background-color: #698925;
}
.BgClassName
{
background-color: #698925;
}
</style>
border-color css
<style>
span { border-color: #698925; }
span { border-color: rgb(105,137,37); }
td.TdClassName
{
border-color: #698925;
}
.TagClassName
{
border-color: #698925;
}
</style>