Shades of Olive Drab #688428
Tints of Olive Drab #688428
RGB
CMYK
RGB Variations
Color information
#688428 (or 0x688428) is known color: Olive Drab. HEX triplet: 68, 84 and 28. RGB value is (104,132,40). Sum of RGB (Red+Green+Blue) = 104+132+40=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #688428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688428 is #977BD7. Grayscale: #717171. Windows color (decimal): -9927640 or 2655336. OLE color: 2655336.
HSL color Cylindrical-coordinate representation of color #688428: hue angle of 78.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #688428 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 40 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.48 |
| HSL | 78.26º | 0.53% | 0.34% | - |
| HSV(B) | 78.26º | 0.7% | 0.52% | - |
| XYZ | 14.34 | 19.6 | 5.03 | - |
| YUV | 113.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 40 | 0.21 | 0 | 0.70 | 0.48 | 78.26 | 0.53 | 0.34 |
| Hex | 68 | 84 | 28 | 15 | 0 | 46 | 30 | 4E | 35 | 22 |
| Octal | 150 | 204 | 50 | 25 | 0 | 106 | 60 | 116 | 65 | 42 |
| Binary | 1101000 | 10000100 | 101000 | 10101 | 0 | 1000110 | 110000 | 1001110 | 110101 | 100010 |
Color Harmonies of #688428
Complementary color
Monochromatic Colors of #688428
Black with #688428
Text Example
Text Example
White with #688428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688428; }
p { color: rgb(104,132,40); }
H1.HeaderClassName
{
color: #688428;
}
.AnyTagClassName
{
color: #688428;
}
</style>
background-color css
<style>
a { background-color: #688428; }
a { background-color: rgb(104,132,40); }
div.DivClassName
{
background-color: #688428;
}
.BgClassName
{
background-color: #688428;
}
</style>
border-color css
<style>
span { border-color: #688428; }
span { border-color: rgb(104,132,40); }
td.TdClassName
{
border-color: #688428;
}
.TagClassName
{
border-color: #688428;
}
</style>