Shades of Glade Green #65845B
Tints of Glade Green #65845B
RGB
CMYK
RGB Variations
Color information
#65845B (or 0x65845B) is known color: Glade Green. HEX triplet: 65, 84 and 5B. RGB value is (101,132,91). Sum of RGB (Red+Green+Blue) = 101+132+91=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #65845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65845B is #9A7BA4. Grayscale: #767676. Windows color (decimal): -10124197 or 5997669. OLE color: 5997669.
HSL color Cylindrical-coordinate representation of color #65845B: hue angle of 105.37º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65845B is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 91 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.48 |
| HSL | 105.37º | 0.18% | 0.44% | - |
| HSV(B) | 105.37º | 0.31% | 0.52% | - |
| XYZ | 15.51 | 20.02 | 12.95 | - |
| YUV | 118.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 91 | 0.23 | 0 | 0.31 | 0.48 | 105.37 | 0.18 | 0.44 |
| Hex | 65 | 84 | 5B | 17 | 0 | 1F | 30 | 69 | 12 | 2C |
| Octal | 145 | 204 | 133 | 27 | 0 | 37 | 60 | 151 | 22 | 54 |
| Binary | 1100101 | 10000100 | 1011011 | 10111 | 0 | 11111 | 110000 | 1101001 | 10010 | 101100 |
Color Harmonies of #65845B
Complementary color
Monochromatic Colors of #65845B
Black with #65845B
Text Example
Text Example
White with #65845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65845B; }
p { color: rgb(101,132,91); }
H1.HeaderClassName
{
color: #65845B;
}
.AnyTagClassName
{
color: #65845B;
}
</style>
background-color css
<style>
a { background-color: #65845B; }
a { background-color: rgb(101,132,91); }
div.DivClassName
{
background-color: #65845B;
}
.BgClassName
{
background-color: #65845B;
}
</style>
border-color css
<style>
span { border-color: #65845B; }
span { border-color: rgb(101,132,91); }
td.TdClassName
{
border-color: #65845B;
}
.TagClassName
{
border-color: #65845B;
}
</style>