Shades of Glade Green #609148
Tints of Glade Green #609148
RGB
CMYK
RGB Variations
Color information
#609148 (or 0x609148) is known color: Glade Green. HEX triplet: 60, 91 and 48. RGB value is (96,145,72). Sum of RGB (Red+Green+Blue) = 96+145+72=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #609148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609148 is #9F6EB7. Grayscale: #7A7A7A. Windows color (decimal): -10448568 or 4755808. OLE color: 4755808.
HSL color Cylindrical-coordinate representation of color #609148: hue angle of 100.27º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #609148 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 72 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.43 |
| HSL | 100.27º | 0.34% | 0.43% | - |
| HSV(B) | 100.27º | 0.5% | 0.57% | - |
| XYZ | 16.12 | 23.21 | 9.76 | - |
| YUV | 122.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 72 | 0.34 | 0 | 0.50 | 0.43 | 100.27 | 0.34 | 0.43 |
| Hex | 60 | 91 | 48 | 22 | 0 | 32 | 2B | 64 | 22 | 2B |
| Octal | 140 | 221 | 110 | 42 | 0 | 62 | 53 | 144 | 42 | 53 |
| Binary | 1100000 | 10010001 | 1001000 | 100010 | 0 | 110010 | 101011 | 1100100 | 100010 | 101011 |
Color Harmonies of #609148
Complementary color
Monochromatic Colors of #609148
Black with #609148
Text Example
Text Example
White with #609148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609148; }
p { color: rgb(96,145,72); }
H1.HeaderClassName
{
color: #609148;
}
.AnyTagClassName
{
color: #609148;
}
</style>
background-color css
<style>
a { background-color: #609148; }
a { background-color: rgb(96,145,72); }
div.DivClassName
{
background-color: #609148;
}
.BgClassName
{
background-color: #609148;
}
</style>
border-color css
<style>
span { border-color: #609148; }
span { border-color: rgb(96,145,72); }
td.TdClassName
{
border-color: #609148;
}
.TagClassName
{
border-color: #609148;
}
</style>