Shades of Olive Drab #698129
Tints of Olive Drab #698129
RGB
CMYK
RGB Variations
Color information
#698129 (or 0x698129) is known color: Olive Drab. HEX triplet: 69, 81 and 29. RGB value is (105,129,41). Sum of RGB (Red+Green+Blue) = 105+129+41=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #698129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698129 is #967ED6. Grayscale: #707070. Windows color (decimal): -9862871 or 2720105. OLE color: 2720105.
HSL color Cylindrical-coordinate representation of color #698129: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #698129 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 41 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.49 |
| HSL | 76.36º | 0.52% | 0.33% | - |
| HSV(B) | 76.36º | 0.68% | 0.51% | - |
| XYZ | 14.08 | 18.86 | 5 | - |
| YUV | 111.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 41 | 0.19 | 0 | 0.68 | 0.49 | 76.36 | 0.52 | 0.33 |
| Hex | 69 | 81 | 29 | 13 | 0 | 44 | 31 | 4C | 34 | 21 |
| Octal | 151 | 201 | 51 | 23 | 0 | 104 | 61 | 114 | 64 | 41 |
| Binary | 1101001 | 10000001 | 101001 | 10011 | 0 | 1000100 | 110001 | 1001100 | 110100 | 100001 |
Color Harmonies of #698129
Complementary color
Monochromatic Colors of #698129
Black with #698129
Text Example
Text Example
White with #698129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698129; }
p { color: rgb(105,129,41); }
H1.HeaderClassName
{
color: #698129;
}
.AnyTagClassName
{
color: #698129;
}
</style>
background-color css
<style>
a { background-color: #698129; }
a { background-color: rgb(105,129,41); }
div.DivClassName
{
background-color: #698129;
}
.BgClassName
{
background-color: #698129;
}
</style>
border-color css
<style>
span { border-color: #698129; }
span { border-color: rgb(105,129,41); }
td.TdClassName
{
border-color: #698129;
}
.TagClassName
{
border-color: #698129;
}
</style>