Shades of Glade Green #65914B
Tints of Glade Green #65914B
RGB
CMYK
RGB Variations
Color information
#65914B (or 0x65914B) is known color: Glade Green. HEX triplet: 65, 91 and 4B. RGB value is (101,145,75). Sum of RGB (Red+Green+Blue) = 101+145+75=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #65914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65914B is #9A6EB4. Grayscale: #7C7C7C. Windows color (decimal): -10120885 or 4952421. OLE color: 4952421.
HSL color Cylindrical-coordinate representation of color #65914B: hue angle of 97.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65914B is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 75 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.43 |
| HSL | 97.71º | 0.32% | 0.43% | - |
| HSV(B) | 97.71º | 0.48% | 0.57% | - |
| XYZ | 16.76 | 23.53 | 10.31 | - |
| YUV | 123.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 75 | 0.30 | 0 | 0.48 | 0.43 | 97.71 | 0.32 | 0.43 |
| Hex | 65 | 91 | 4B | 1E | 0 | 30 | 2B | 62 | 20 | 2B |
| Octal | 145 | 221 | 113 | 36 | 0 | 60 | 53 | 142 | 40 | 53 |
| Binary | 1100101 | 10010001 | 1001011 | 11110 | 0 | 110000 | 101011 | 1100010 | 100000 | 101011 |
Color Harmonies of #65914B
Complementary color
Monochromatic Colors of #65914B
Black with #65914B
Text Example
Text Example
White with #65914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65914B; }
p { color: rgb(101,145,75); }
H1.HeaderClassName
{
color: #65914B;
}
.AnyTagClassName
{
color: #65914B;
}
</style>
background-color css
<style>
a { background-color: #65914B; }
a { background-color: rgb(101,145,75); }
div.DivClassName
{
background-color: #65914B;
}
.BgClassName
{
background-color: #65914B;
}
</style>
border-color css
<style>
span { border-color: #65914B; }
span { border-color: rgb(101,145,75); }
td.TdClassName
{
border-color: #65914B;
}
.TagClassName
{
border-color: #65914B;
}
</style>