Shades of Glade Green #68954F
Tints of Glade Green #68954F
RGB
CMYK
RGB Variations
Color information
#68954F (or 0x68954F) is known color: Glade Green. HEX triplet: 68, 95 and 4F. RGB value is (104,149,79). Sum of RGB (Red+Green+Blue) = 104+149+79=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #68954F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68954F is #976AB0. Grayscale: #7F7F7F. Windows color (decimal): -9923249 or 5215592. OLE color: 5215592.
HSL color Cylindrical-coordinate representation of color #68954F: hue angle of 98.57º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68954F is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 79 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.42 |
| HSL | 98.57º | 0.31% | 0.45% | - |
| HSV(B) | 98.57º | 0.47% | 0.58% | - |
| XYZ | 17.87 | 25 | 11.28 | - |
| YUV | 127.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 79 | 0.30 | 0 | 0.47 | 0.42 | 98.57 | 0.31 | 0.45 |
| Hex | 68 | 95 | 4F | 1E | 0 | 2F | 2A | 63 | 1F | 2D |
| Octal | 150 | 225 | 117 | 36 | 0 | 57 | 52 | 143 | 37 | 55 |
| Binary | 1101000 | 10010101 | 1001111 | 11110 | 0 | 101111 | 101010 | 1100011 | 11111 | 101101 |
Color Harmonies of #68954F
Complementary color
Monochromatic Colors of #68954F
Black with #68954F
Text Example
Text Example
White with #68954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68954F; }
p { color: rgb(104,149,79); }
H1.HeaderClassName
{
color: #68954F;
}
.AnyTagClassName
{
color: #68954F;
}
</style>
background-color css
<style>
a { background-color: #68954F; }
a { background-color: rgb(104,149,79); }
div.DivClassName
{
background-color: #68954F;
}
.BgClassName
{
background-color: #68954F;
}
</style>
border-color css
<style>
span { border-color: #68954F; }
span { border-color: rgb(104,149,79); }
td.TdClassName
{
border-color: #68954F;
}
.TagClassName
{
border-color: #68954F;
}
</style>