Shades of Glade Green #60874A
Tints of Glade Green #60874A
RGB
CMYK
RGB Variations
Color information
#60874A (or 0x60874A) is known color: Glade Green. HEX triplet: 60, 87 and 4A. RGB value is (96,135,74). Sum of RGB (Red+Green+Blue) = 96+135+74=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #60874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60874A is #9F78B5. Grayscale: #747474. Windows color (decimal): -10451126 or 4884320. OLE color: 4884320.
HSL color Cylindrical-coordinate representation of color #60874A: hue angle of 98.36º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60874A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 74 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.47 |
| HSL | 98.36º | 0.29% | 0.41% | - |
| HSV(B) | 98.36º | 0.45% | 0.53% | - |
| XYZ | 14.72 | 20.31 | 9.62 | - |
| YUV | 116.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 74 | 0.29 | 0 | 0.45 | 0.47 | 98.36 | 0.29 | 0.41 |
| Hex | 60 | 87 | 4A | 1D | 0 | 2D | 2F | 62 | 1D | 29 |
| Octal | 140 | 207 | 112 | 35 | 0 | 55 | 57 | 142 | 35 | 51 |
| Binary | 1100000 | 10000111 | 1001010 | 11101 | 0 | 101101 | 101111 | 1100010 | 11101 | 101001 |
Color Harmonies of #60874A
Complementary color
Monochromatic Colors of #60874A
Black with #60874A
Text Example
Text Example
White with #60874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60874A; }
p { color: rgb(96,135,74); }
H1.HeaderClassName
{
color: #60874A;
}
.AnyTagClassName
{
color: #60874A;
}
</style>
background-color css
<style>
a { background-color: #60874A; }
a { background-color: rgb(96,135,74); }
div.DivClassName
{
background-color: #60874A;
}
.BgClassName
{
background-color: #60874A;
}
</style>
border-color css
<style>
span { border-color: #60874A; }
span { border-color: rgb(96,135,74); }
td.TdClassName
{
border-color: #60874A;
}
.TagClassName
{
border-color: #60874A;
}
</style>