Shades of Olive Drab #688D25
Tints of Olive Drab #688D25
RGB
CMYK
RGB Variations
Color information
#688D25 (or 0x688D25) is known color: Olive Drab. HEX triplet: 68, 8D and 25. RGB value is (104,141,37). Sum of RGB (Red+Green+Blue) = 104+141+37=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #688D25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D25 is #9772DA. Grayscale: #767676. Windows color (decimal): -9925339 or 2461032. OLE color: 2461032.
HSL color Cylindrical-coordinate representation of color #688D25: hue angle of 81.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #688D25 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 141 | 37 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.45 |
| HSL | 81.35º | 0.58% | 0.35% | - |
| HSV(B) | 81.35º | 0.74% | 0.55% | - |
| XYZ | 15.57 | 22.13 | 5.2 | - |
| YUV | 118.08 | 82.24 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 37 | 0.26 | 0 | 0.74 | 0.45 | 81.35 | 0.58 | 0.35 |
| Hex | 68 | 8D | 25 | 1A | 0 | 4A | 2D | 51 | 3A | 23 |
| Octal | 150 | 215 | 45 | 32 | 0 | 112 | 55 | 121 | 72 | 43 |
| Binary | 1101000 | 10001101 | 100101 | 11010 | 0 | 1001010 | 101101 | 1010001 | 111010 | 100011 |
Color Harmonies of #688D25
Complementary color
Monochromatic Colors of #688D25
Black with #688D25
Text Example
Text Example
White with #688D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688D25; }
p { color: rgb(104,141,37); }
H1.HeaderClassName
{
color: #688D25;
}
.AnyTagClassName
{
color: #688D25;
}
</style>
background-color css
<style>
a { background-color: #688D25; }
a { background-color: rgb(104,141,37); }
div.DivClassName
{
background-color: #688D25;
}
.BgClassName
{
background-color: #688D25;
}
</style>
border-color css
<style>
span { border-color: #688D25; }
span { border-color: rgb(104,141,37); }
td.TdClassName
{
border-color: #688D25;
}
.TagClassName
{
border-color: #688D25;
}
</style>