Shades of Glade Green #65904F
Tints of Glade Green #65904F
RGB
CMYK
RGB Variations
Color information
#65904F (or 0x65904F) is known color: Glade Green. HEX triplet: 65, 90 and 4F. RGB value is (101,144,79). Sum of RGB (Red+Green+Blue) = 101+144+79=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #65904F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65904F is #9A6FB0. Grayscale: #7B7B7B. Windows color (decimal): -10121137 or 5214309. OLE color: 5214309.
HSL color Cylindrical-coordinate representation of color #65904F: hue angle of 99.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65904F is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 79 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.44 |
| HSL | 99.69º | 0.29% | 0.44% | - |
| HSV(B) | 99.69º | 0.45% | 0.56% | - |
| XYZ | 16.75 | 23.28 | 11.01 | - |
| YUV | 123.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 79 | 0.30 | 0 | 0.45 | 0.44 | 99.69 | 0.29 | 0.44 |
| Hex | 65 | 90 | 4F | 1E | 0 | 2D | 2C | 64 | 1D | 2C |
| Octal | 145 | 220 | 117 | 36 | 0 | 55 | 54 | 144 | 35 | 54 |
| Binary | 1100101 | 10010000 | 1001111 | 11110 | 0 | 101101 | 101100 | 1100100 | 11101 | 101100 |
Color Harmonies of #65904F
Complementary color
Monochromatic Colors of #65904F
Black with #65904F
Text Example
Text Example
White with #65904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65904F; }
p { color: rgb(101,144,79); }
H1.HeaderClassName
{
color: #65904F;
}
.AnyTagClassName
{
color: #65904F;
}
</style>
background-color css
<style>
a { background-color: #65904F; }
a { background-color: rgb(101,144,79); }
div.DivClassName
{
background-color: #65904F;
}
.BgClassName
{
background-color: #65904F;
}
</style>
border-color css
<style>
span { border-color: #65904F; }
span { border-color: rgb(101,144,79); }
td.TdClassName
{
border-color: #65904F;
}
.TagClassName
{
border-color: #65904F;
}
</style>