Shades of Glade Green #61894C
Tints of Glade Green #61894C
RGB
CMYK
RGB Variations
Color information
#61894C (or 0x61894C) is known color: Glade Green. HEX triplet: 61, 89 and 4C. RGB value is (97,137,76). Sum of RGB (Red+Green+Blue) = 97+137+76=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #61894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61894C is #9E76B3. Grayscale: #767676. Windows color (decimal): -10385076 or 5015905. OLE color: 5015905.
HSL color Cylindrical-coordinate representation of color #61894C: hue angle of 99.34º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61894C is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 137 | 76 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.46 |
| HSL | 99.34º | 0.29% | 0.42% | - |
| HSV(B) | 99.34º | 0.45% | 0.54% | - |
| XYZ | 15.18 | 20.95 | 10.08 | - |
| YUV | 118.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 76 | 0.29 | 0 | 0.45 | 0.46 | 99.34 | 0.29 | 0.42 |
| Hex | 61 | 89 | 4C | 1D | 0 | 2D | 2E | 63 | 1D | 2A |
| Octal | 141 | 211 | 114 | 35 | 0 | 55 | 56 | 143 | 35 | 52 |
| Binary | 1100001 | 10001001 | 1001100 | 11101 | 0 | 101101 | 101110 | 1100011 | 11101 | 101010 |
Color Harmonies of #61894C
Complementary color
Monochromatic Colors of #61894C
Black with #61894C
Text Example
Text Example
White with #61894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61894C; }
p { color: rgb(97,137,76); }
H1.HeaderClassName
{
color: #61894C;
}
.AnyTagClassName
{
color: #61894C;
}
</style>
background-color css
<style>
a { background-color: #61894C; }
a { background-color: rgb(97,137,76); }
div.DivClassName
{
background-color: #61894C;
}
.BgClassName
{
background-color: #61894C;
}
</style>
border-color css
<style>
span { border-color: #61894C; }
span { border-color: rgb(97,137,76); }
td.TdClassName
{
border-color: #61894C;
}
.TagClassName
{
border-color: #61894C;
}
</style>