Shades of Glade Green #68894F
Tints of Glade Green #68894F
RGB
CMYK
RGB Variations
Color information
#68894F (or 0x68894F) is known color: Glade Green. HEX triplet: 68, 89 and 4F. RGB value is (104,137,79). Sum of RGB (Red+Green+Blue) = 104+137+79=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #68894F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68894F is #9776B0. Grayscale: #787878. Windows color (decimal): -9926321 or 5212520. OLE color: 5212520.
HSL color Cylindrical-coordinate representation of color #68894F: hue angle of 94.14º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68894F is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 137 | 79 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.46 |
| HSL | 94.14º | 0.27% | 0.42% | - |
| HSV(B) | 94.14º | 0.42% | 0.54% | - |
| XYZ | 16.07 | 21.4 | 10.68 | - |
| YUV | 120.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 79 | 0.24 | 0 | 0.42 | 0.46 | 94.14 | 0.27 | 0.42 |
| Hex | 68 | 89 | 4F | 18 | 0 | 2A | 2E | 5E | 1B | 2A |
| Octal | 150 | 211 | 117 | 30 | 0 | 52 | 56 | 136 | 33 | 52 |
| Binary | 1101000 | 10001001 | 1001111 | 11000 | 0 | 101010 | 101110 | 1011110 | 11011 | 101010 |
Color Harmonies of #68894F
Complementary color
Monochromatic Colors of #68894F
Black with #68894F
Text Example
Text Example
White with #68894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68894F; }
p { color: rgb(104,137,79); }
H1.HeaderClassName
{
color: #68894F;
}
.AnyTagClassName
{
color: #68894F;
}
</style>
background-color css
<style>
a { background-color: #68894F; }
a { background-color: rgb(104,137,79); }
div.DivClassName
{
background-color: #68894F;
}
.BgClassName
{
background-color: #68894F;
}
</style>
border-color css
<style>
span { border-color: #68894F; }
span { border-color: rgb(104,137,79); }
td.TdClassName
{
border-color: #68894F;
}
.TagClassName
{
border-color: #68894F;
}
</style>