Shades of Olive Drab #688A32
Tints of Olive Drab #688A32
RGB
CMYK
RGB Variations
Color information
#688A32 (or 0x688A32) is known color: Olive Drab. HEX triplet: 68, 8A and 32. RGB value is (104,138,50). Sum of RGB (Red+Green+Blue) = 104+138+50=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #688A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688A32 is #9775CD. Grayscale: #767676. Windows color (decimal): -9926094 or 3312232. OLE color: 3312232.
HSL color Cylindrical-coordinate representation of color #688A32: hue angle of 83.18º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #688A32 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 50 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.46 |
| HSL | 83.18º | 0.47% | 0.37% | - |
| HSV(B) | 83.18º | 0.64% | 0.54% | - |
| XYZ | 15.37 | 21.35 | 6.33 | - |
| YUV | 117.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 50 | 0.25 | 0 | 0.64 | 0.46 | 83.18 | 0.47 | 0.37 |
| Hex | 68 | 8A | 32 | 19 | 0 | 40 | 2E | 53 | 2F | 25 |
| Octal | 150 | 212 | 62 | 31 | 0 | 100 | 56 | 123 | 57 | 45 |
| Binary | 1101000 | 10001010 | 110010 | 11001 | 0 | 1000000 | 101110 | 1010011 | 101111 | 100101 |
Color Harmonies of #688A32
Complementary color
Monochromatic Colors of #688A32
Black with #688A32
Text Example
Text Example
White with #688A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A32; }
p { color: rgb(104,138,50); }
H1.HeaderClassName
{
color: #688A32;
}
.AnyTagClassName
{
color: #688A32;
}
</style>
background-color css
<style>
a { background-color: #688A32; }
a { background-color: rgb(104,138,50); }
div.DivClassName
{
background-color: #688A32;
}
.BgClassName
{
background-color: #688A32;
}
</style>
border-color css
<style>
span { border-color: #688A32; }
span { border-color: rgb(104,138,50); }
td.TdClassName
{
border-color: #688A32;
}
.TagClassName
{
border-color: #688A32;
}
</style>