Shades of Olive Drab #698614
Tints of Olive Drab #698614
RGB
CMYK
RGB Variations
Color information
#698614 (or 0x698614) is known color: Olive Drab. HEX triplet: 69, 86 and 14. RGB value is (105,134,20). Sum of RGB (Red+Green+Blue) = 105+134+20=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #698614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698614 is #9679EB. Grayscale: #707070. Windows color (decimal): -9861612 or 1345129. OLE color: 1345129.
HSL color Cylindrical-coordinate representation of color #698614: hue angle of 75.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #698614 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 20 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.47 |
| HSL | 75.26º | 0.74% | 0.3% | - |
| HSV(B) | 75.26º | 0.85% | 0.53% | - |
| XYZ | 14.48 | 20.1 | 3.78 | - |
| YUV | 112.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 20 | 0.22 | 0 | 0.85 | 0.47 | 75.26 | 0.74 | 0.3 |
| Hex | 69 | 86 | 14 | 16 | 0 | 55 | 2F | 4B | 4A | 1E |
| Octal | 151 | 206 | 24 | 26 | 0 | 125 | 57 | 113 | 112 | 36 |
| Binary | 1101001 | 10000110 | 10100 | 10110 | 0 | 1010101 | 101111 | 1001011 | 1001010 | 11110 |
Color Harmonies of #698614
Complementary color
Monochromatic Colors of #698614
Black with #698614
Text Example
Text Example
White with #698614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698614; }
p { color: rgb(105,134,20); }
H1.HeaderClassName
{
color: #698614;
}
.AnyTagClassName
{
color: #698614;
}
</style>
background-color css
<style>
a { background-color: #698614; }
a { background-color: rgb(105,134,20); }
div.DivClassName
{
background-color: #698614;
}
.BgClassName
{
background-color: #698614;
}
</style>
border-color css
<style>
span { border-color: #698614; }
span { border-color: rgb(105,134,20); }
td.TdClassName
{
border-color: #698614;
}
.TagClassName
{
border-color: #698614;
}
</style>