Shades of Glade Green #60814C
Tints of Glade Green #60814C
RGB
CMYK
RGB Variations
Color information
#60814C (or 0x60814C) is known color: Glade Green. HEX triplet: 60, 81 and 4C. RGB value is (96,129,76). Sum of RGB (Red+Green+Blue) = 96+129+76=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #60814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60814C is #9F7EB3. Grayscale: #717171. Windows color (decimal): -10452660 or 5013856. OLE color: 5013856.
HSL color Cylindrical-coordinate representation of color #60814C: hue angle of 97.36º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60814C is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 76 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.49 |
| HSL | 97.36º | 0.26% | 0.4% | - |
| HSV(B) | 97.36º | 0.41% | 0.51% | - |
| XYZ | 13.98 | 18.71 | 9.71 | - |
| YUV | 113.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 76 | 0.26 | 0 | 0.41 | 0.49 | 97.36 | 0.26 | 0.4 |
| Hex | 60 | 81 | 4C | 1A | 0 | 29 | 31 | 61 | 1A | 28 |
| Octal | 140 | 201 | 114 | 32 | 0 | 51 | 61 | 141 | 32 | 50 |
| Binary | 1100000 | 10000001 | 1001100 | 11010 | 0 | 101001 | 110001 | 1100001 | 11010 | 101000 |
Color Harmonies of #60814C
Complementary color
Monochromatic Colors of #60814C
Black with #60814C
Text Example
Text Example
White with #60814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60814C; }
p { color: rgb(96,129,76); }
H1.HeaderClassName
{
color: #60814C;
}
.AnyTagClassName
{
color: #60814C;
}
</style>
background-color css
<style>
a { background-color: #60814C; }
a { background-color: rgb(96,129,76); }
div.DivClassName
{
background-color: #60814C;
}
.BgClassName
{
background-color: #60814C;
}
</style>
border-color css
<style>
span { border-color: #60814C; }
span { border-color: rgb(96,129,76); }
td.TdClassName
{
border-color: #60814C;
}
.TagClassName
{
border-color: #60814C;
}
</style>