Shades of Glade Green #65984D
Tints of Glade Green #65984D
RGB
CMYK
RGB Variations
Color information
#65984D (or 0x65984D) is known color: Glade Green. HEX triplet: 65, 98 and 4D. RGB value is (101,152,77). Sum of RGB (Red+Green+Blue) = 101+152+77=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #65984D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65984D is #9A67B2. Grayscale: #808080. Windows color (decimal): -10119091 or 5085285. OLE color: 5085285.
HSL color Cylindrical-coordinate representation of color #65984D: hue angle of 100.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65984D is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 77 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.40 |
| HSL | 100.8º | 0.33% | 0.45% | - |
| HSV(B) | 100.8º | 0.49% | 0.6% | - |
| XYZ | 17.93 | 25.76 | 11.05 | - |
| YUV | 128.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 77 | 0.34 | 0 | 0.49 | 0.40 | 100.8 | 0.33 | 0.45 |
| Hex | 65 | 98 | 4D | 22 | 0 | 31 | 28 | 65 | 21 | 2D |
| Octal | 145 | 230 | 115 | 42 | 0 | 61 | 50 | 145 | 41 | 55 |
| Binary | 1100101 | 10011000 | 1001101 | 100010 | 0 | 110001 | 101000 | 1100101 | 100001 | 101101 |
Color Harmonies of #65984D
Complementary color
Monochromatic Colors of #65984D
Black with #65984D
Text Example
Text Example
White with #65984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65984D; }
p { color: rgb(101,152,77); }
H1.HeaderClassName
{
color: #65984D;
}
.AnyTagClassName
{
color: #65984D;
}
</style>
background-color css
<style>
a { background-color: #65984D; }
a { background-color: rgb(101,152,77); }
div.DivClassName
{
background-color: #65984D;
}
.BgClassName
{
background-color: #65984D;
}
</style>
border-color css
<style>
span { border-color: #65984D; }
span { border-color: rgb(101,152,77); }
td.TdClassName
{
border-color: #65984D;
}
.TagClassName
{
border-color: #65984D;
}
</style>