Shades of Glade Green #60834F
Tints of Glade Green #60834F
RGB
CMYK
RGB Variations
Color information
#60834F (or 0x60834F) is known color: Glade Green. HEX triplet: 60, 83 and 4F. RGB value is (96,131,79). Sum of RGB (Red+Green+Blue) = 96+131+79=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #60834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60834F is #9F7CB0. Grayscale: #727272. Windows color (decimal): -10452145 or 5210976. OLE color: 5210976.
HSL color Cylindrical-coordinate representation of color #60834F: hue angle of 100.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60834F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 79 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.49 |
| HSL | 100.38º | 0.25% | 0.41% | - |
| HSV(B) | 100.38º | 0.4% | 0.51% | - |
| XYZ | 14.35 | 19.28 | 10.36 | - |
| YUV | 114.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 79 | 0.27 | 0 | 0.40 | 0.49 | 100.38 | 0.25 | 0.41 |
| Hex | 60 | 83 | 4F | 1B | 0 | 28 | 31 | 64 | 19 | 29 |
| Octal | 140 | 203 | 117 | 33 | 0 | 50 | 61 | 144 | 31 | 51 |
| Binary | 1100000 | 10000011 | 1001111 | 11011 | 0 | 101000 | 110001 | 1100100 | 11001 | 101001 |
Color Harmonies of #60834F
Complementary color
Monochromatic Colors of #60834F
Black with #60834F
Text Example
Text Example
White with #60834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60834F; }
p { color: rgb(96,131,79); }
H1.HeaderClassName
{
color: #60834F;
}
.AnyTagClassName
{
color: #60834F;
}
</style>
background-color css
<style>
a { background-color: #60834F; }
a { background-color: rgb(96,131,79); }
div.DivClassName
{
background-color: #60834F;
}
.BgClassName
{
background-color: #60834F;
}
</style>
border-color css
<style>
span { border-color: #60834F; }
span { border-color: rgb(96,131,79); }
td.TdClassName
{
border-color: #60834F;
}
.TagClassName
{
border-color: #60834F;
}
</style>