Shades of Glade Green #607B53
Tints of Glade Green #607B53
RGB
CMYK
RGB Variations
Color information
#607B53 (or 0x607B53) is known color: Glade Green. HEX triplet: 60, 7B and 53. RGB value is (96,123,83). Sum of RGB (Red+Green+Blue) = 96+123+83=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #607B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B53 is #9F84AC. Grayscale: #6E6E6E. Windows color (decimal): -10454189 or 5471072. OLE color: 5471072.
HSL color Cylindrical-coordinate representation of color #607B53: hue angle of 100.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607B53 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 83 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.52 |
| HSL | 100.5º | 0.19% | 0.4% | - |
| HSV(B) | 100.5º | 0.33% | 0.48% | - |
| XYZ | 13.47 | 17.28 | 10.81 | - |
| YUV | 110.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 83 | 0.22 | 0 | 0.33 | 0.52 | 100.5 | 0.19 | 0.4 |
| Hex | 60 | 7B | 53 | 16 | 0 | 21 | 34 | 64 | 13 | 28 |
| Octal | 140 | 173 | 123 | 26 | 0 | 41 | 64 | 144 | 23 | 50 |
| Binary | 1100000 | 1111011 | 1010011 | 10110 | 0 | 100001 | 110100 | 1100100 | 10011 | 101000 |
Color Harmonies of #607B53
Complementary color
Monochromatic Colors of #607B53
Black with #607B53
Text Example
Text Example
White with #607B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B53; }
p { color: rgb(96,123,83); }
H1.HeaderClassName
{
color: #607B53;
}
.AnyTagClassName
{
color: #607B53;
}
</style>
background-color css
<style>
a { background-color: #607B53; }
a { background-color: rgb(96,123,83); }
div.DivClassName
{
background-color: #607B53;
}
.BgClassName
{
background-color: #607B53;
}
</style>
border-color css
<style>
span { border-color: #607B53; }
span { border-color: rgb(96,123,83); }
td.TdClassName
{
border-color: #607B53;
}
.TagClassName
{
border-color: #607B53;
}
</style>