Shades of Olive Drab #688228
Tints of Olive Drab #688228
RGB
CMYK
RGB Variations
Color information
#688228 (or 0x688228) is known color: Olive Drab. HEX triplet: 68, 82 and 28. RGB value is (104,130,40). Sum of RGB (Red+Green+Blue) = 104+130+40=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #688228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688228 is #977DD7. Grayscale: #707070. Windows color (decimal): -9928152 or 2654824. OLE color: 2654824.
HSL color Cylindrical-coordinate representation of color #688228: hue angle of 77.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #688228 is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 40 | - |
| CMYK | 0.2 | 0 | 0.69 | 0.49 |
| HSL | 77.33º | 0.53% | 0.33% | - |
| HSV(B) | 77.33º | 0.69% | 0.51% | - |
| XYZ | 14.07 | 19.06 | 4.94 | - |
| YUV | 111.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 40 | 0.2 | 0 | 0.69 | 0.49 | 77.33 | 0.53 | 0.33 |
| Hex | 68 | 82 | 28 | 14 | 0 | 45 | 31 | 4D | 35 | 21 |
| Octal | 150 | 202 | 50 | 24 | 0 | 105 | 61 | 115 | 65 | 41 |
| Binary | 1101000 | 10000010 | 101000 | 10100 | 0 | 1000101 | 110001 | 1001101 | 110101 | 100001 |
Color Harmonies of #688228
Complementary color
Monochromatic Colors of #688228
Black with #688228
Text Example
Text Example
White with #688228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688228; }
p { color: rgb(104,130,40); }
H1.HeaderClassName
{
color: #688228;
}
.AnyTagClassName
{
color: #688228;
}
</style>
background-color css
<style>
a { background-color: #688228; }
a { background-color: rgb(104,130,40); }
div.DivClassName
{
background-color: #688228;
}
.BgClassName
{
background-color: #688228;
}
</style>
border-color css
<style>
span { border-color: #688228; }
span { border-color: rgb(104,130,40); }
td.TdClassName
{
border-color: #688228;
}
.TagClassName
{
border-color: #688228;
}
</style>