Shades of Glade Green #68924F
Tints of Glade Green #68924F
RGB
CMYK
RGB Variations
Color information
#68924F (or 0x68924F) is known color: Glade Green. HEX triplet: 68, 92 and 4F. RGB value is (104,146,79). Sum of RGB (Red+Green+Blue) = 104+146+79=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #68924F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68924F is #976DB0. Grayscale: #7E7E7E. Windows color (decimal): -9924017 or 5214824. OLE color: 5214824.
HSL color Cylindrical-coordinate representation of color #68924F: hue angle of 97.61º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68924F is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 79 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.43 |
| HSL | 97.61º | 0.3% | 0.44% | - |
| HSV(B) | 97.61º | 0.46% | 0.57% | - |
| XYZ | 17.4 | 24.07 | 11.13 | - |
| YUV | 125.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 79 | 0.29 | 0 | 0.46 | 0.43 | 97.61 | 0.3 | 0.44 |
| Hex | 68 | 92 | 4F | 1D | 0 | 2E | 2B | 62 | 1E | 2C |
| Octal | 150 | 222 | 117 | 35 | 0 | 56 | 53 | 142 | 36 | 54 |
| Binary | 1101000 | 10010010 | 1001111 | 11101 | 0 | 101110 | 101011 | 1100010 | 11110 | 101100 |
Color Harmonies of #68924F
Complementary color
Monochromatic Colors of #68924F
Black with #68924F
Text Example
Text Example
White with #68924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68924F; }
p { color: rgb(104,146,79); }
H1.HeaderClassName
{
color: #68924F;
}
.AnyTagClassName
{
color: #68924F;
}
</style>
background-color css
<style>
a { background-color: #68924F; }
a { background-color: rgb(104,146,79); }
div.DivClassName
{
background-color: #68924F;
}
.BgClassName
{
background-color: #68924F;
}
</style>
border-color css
<style>
span { border-color: #68924F; }
span { border-color: rgb(104,146,79); }
td.TdClassName
{
border-color: #68924F;
}
.TagClassName
{
border-color: #68924F;
}
</style>