Shades of Glade Green #60954B
Tints of Glade Green #60954B
RGB
CMYK
RGB Variations
Color information
#60954B (or 0x60954B) is known color: Glade Green. HEX triplet: 60, 95 and 4B. RGB value is (96,149,75). Sum of RGB (Red+Green+Blue) = 96+149+75=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #60954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60954B is #9F6AB4. Grayscale: #7C7C7C. Windows color (decimal): -10447541 or 4953440. OLE color: 4953440.
HSL color Cylindrical-coordinate representation of color #60954B: hue angle of 102.97º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60954B is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 75 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.42 |
| HSL | 102.97º | 0.33% | 0.44% | - |
| HSV(B) | 102.97º | 0.5% | 0.58% | - |
| XYZ | 16.84 | 24.49 | 10.5 | - |
| YUV | 124.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 75 | 0.36 | 0 | 0.50 | 0.42 | 102.97 | 0.33 | 0.44 |
| Hex | 60 | 95 | 4B | 24 | 0 | 32 | 2A | 67 | 21 | 2C |
| Octal | 140 | 225 | 113 | 44 | 0 | 62 | 52 | 147 | 41 | 54 |
| Binary | 1100000 | 10010101 | 1001011 | 100100 | 0 | 110010 | 101010 | 1100111 | 100001 | 101100 |
Color Harmonies of #60954B
Complementary color
Monochromatic Colors of #60954B
Black with #60954B
Text Example
Text Example
White with #60954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60954B; }
p { color: rgb(96,149,75); }
H1.HeaderClassName
{
color: #60954B;
}
.AnyTagClassName
{
color: #60954B;
}
</style>
background-color css
<style>
a { background-color: #60954B; }
a { background-color: rgb(96,149,75); }
div.DivClassName
{
background-color: #60954B;
}
.BgClassName
{
background-color: #60954B;
}
</style>
border-color css
<style>
span { border-color: #60954B; }
span { border-color: rgb(96,149,75); }
td.TdClassName
{
border-color: #60954B;
}
.TagClassName
{
border-color: #60954B;
}
</style>