Shades of Olive Drab #689715
Tints of Olive Drab #689715
RGB
CMYK
RGB Variations
Color information
#689715 (or 0x689715) is known color: Olive Drab. HEX triplet: 68, 97 and 15. RGB value is (104,151,21). Sum of RGB (Red+Green+Blue) = 104+151+21=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #689715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689715 is #9768EA. Grayscale: #7A7A7A. Windows color (decimal): -9922795 or 1415016. OLE color: 1415016.
HSL color Cylindrical-coordinate representation of color #689715: hue angle of 81.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #689715 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 21 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.41 |
| HSL | 81.69º | 0.76% | 0.34% | - |
| HSV(B) | 81.69º | 0.86% | 0.59% | - |
| XYZ | 16.91 | 25.13 | 4.67 | - |
| YUV | 122.13 | 70.93 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 21 | 0.31 | 0 | 0.86 | 0.41 | 81.69 | 0.76 | 0.34 |
| Hex | 68 | 97 | 15 | 1F | 0 | 56 | 29 | 52 | 4C | 22 |
| Octal | 150 | 227 | 25 | 37 | 0 | 126 | 51 | 122 | 114 | 42 |
| Binary | 1101000 | 10010111 | 10101 | 11111 | 0 | 1010110 | 101001 | 1010010 | 1001100 | 100010 |
Color Harmonies of #689715
Complementary color
Monochromatic Colors of #689715
Black with #689715
Text Example
Text Example
White with #689715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689715; }
p { color: rgb(104,151,21); }
H1.HeaderClassName
{
color: #689715;
}
.AnyTagClassName
{
color: #689715;
}
</style>
background-color css
<style>
a { background-color: #689715; }
a { background-color: rgb(104,151,21); }
div.DivClassName
{
background-color: #689715;
}
.BgClassName
{
background-color: #689715;
}
</style>
border-color css
<style>
span { border-color: #689715; }
span { border-color: rgb(104,151,21); }
td.TdClassName
{
border-color: #689715;
}
.TagClassName
{
border-color: #689715;
}
</style>