Shades of Olive Drab #698627
Tints of Olive Drab #698627
RGB
CMYK
RGB Variations
Color information
#698627 (or 0x698627) is known color: Olive Drab. HEX triplet: 69, 86 and 27. RGB value is (105,134,39). Sum of RGB (Red+Green+Blue) = 105+134+39=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #698627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698627 is #9679D8. Grayscale: #727272. Windows color (decimal): -9861593 or 2590313. OLE color: 2590313.
HSL color Cylindrical-coordinate representation of color #698627: hue angle of 78.32º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #698627 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 39 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.47 |
| HSL | 78.32º | 0.55% | 0.34% | - |
| HSV(B) | 78.32º | 0.71% | 0.53% | - |
| XYZ | 14.72 | 20.2 | 5.04 | - |
| YUV | 114.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 39 | 0.22 | 0 | 0.71 | 0.47 | 78.32 | 0.55 | 0.34 |
| Hex | 69 | 86 | 27 | 16 | 0 | 47 | 2F | 4E | 37 | 22 |
| Octal | 151 | 206 | 47 | 26 | 0 | 107 | 57 | 116 | 67 | 42 |
| Binary | 1101001 | 10000110 | 100111 | 10110 | 0 | 1000111 | 101111 | 1001110 | 110111 | 100010 |
Color Harmonies of #698627
Complementary color
Monochromatic Colors of #698627
Black with #698627
Text Example
Text Example
White with #698627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698627; }
p { color: rgb(105,134,39); }
H1.HeaderClassName
{
color: #698627;
}
.AnyTagClassName
{
color: #698627;
}
</style>
background-color css
<style>
a { background-color: #698627; }
a { background-color: rgb(105,134,39); }
div.DivClassName
{
background-color: #698627;
}
.BgClassName
{
background-color: #698627;
}
</style>
border-color css
<style>
span { border-color: #698627; }
span { border-color: rgb(105,134,39); }
td.TdClassName
{
border-color: #698627;
}
.TagClassName
{
border-color: #698627;
}
</style>