Shades of Olive Drab #688D26
Tints of Olive Drab #688D26
RGB
CMYK
RGB Variations
Color information
#688D26 (or 0x688D26) is known color: Olive Drab. HEX triplet: 68, 8D and 26. RGB value is (104,141,38). Sum of RGB (Red+Green+Blue) = 104+141+38=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #688D26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D26 is #9772D9. Grayscale: #767676. Windows color (decimal): -9925338 or 2526568. OLE color: 2526568.
HSL color Cylindrical-coordinate representation of color #688D26: hue angle of 81.55º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #688D26 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 141 | 38 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.45 |
| HSL | 81.55º | 0.58% | 0.35% | - |
| HSV(B) | 81.55º | 0.73% | 0.55% | - |
| XYZ | 15.58 | 22.13 | 5.28 | - |
| YUV | 118.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 38 | 0.26 | 0 | 0.73 | 0.45 | 81.55 | 0.58 | 0.35 |
| Hex | 68 | 8D | 26 | 1A | 0 | 49 | 2D | 52 | 3A | 23 |
| Octal | 150 | 215 | 46 | 32 | 0 | 111 | 55 | 122 | 72 | 43 |
| Binary | 1101000 | 10001101 | 100110 | 11010 | 0 | 1001001 | 101101 | 1010010 | 111010 | 100011 |
Color Harmonies of #688D26
Complementary color
Monochromatic Colors of #688D26
Black with #688D26
Text Example
Text Example
White with #688D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688D26; }
p { color: rgb(104,141,38); }
H1.HeaderClassName
{
color: #688D26;
}
.AnyTagClassName
{
color: #688D26;
}
</style>
background-color css
<style>
a { background-color: #688D26; }
a { background-color: rgb(104,141,38); }
div.DivClassName
{
background-color: #688D26;
}
.BgClassName
{
background-color: #688D26;
}
</style>
border-color css
<style>
span { border-color: #688D26; }
span { border-color: rgb(104,141,38); }
td.TdClassName
{
border-color: #688D26;
}
.TagClassName
{
border-color: #688D26;
}
</style>