Shades of Glade Green #607B52
Tints of Glade Green #607B52
RGB
CMYK
RGB Variations
Color information
#607B52 (or 0x607B52) is known color: Glade Green. HEX triplet: 60, 7B and 52. RGB value is (96,123,82). Sum of RGB (Red+Green+Blue) = 96+123+82=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #607B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B52 is #9F84AD. Grayscale: #6E6E6E. Windows color (decimal): -10454190 or 5405536. OLE color: 5405536.
HSL color Cylindrical-coordinate representation of color #607B52: hue angle of 99.51º degrees, saturation: 0.2, 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 #607B52 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 82 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.52 |
| HSL | 99.51º | 0.2% | 0.4% | - |
| HSV(B) | 99.51º | 0.33% | 0.48% | - |
| XYZ | 13.43 | 17.26 | 10.61 | - |
| YUV | 110.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 82 | 0.22 | 0 | 0.33 | 0.52 | 99.51 | 0.2 | 0.4 |
| Hex | 60 | 7B | 52 | 16 | 0 | 21 | 34 | 64 | 14 | 28 |
| Octal | 140 | 173 | 122 | 26 | 0 | 41 | 64 | 144 | 24 | 50 |
| Binary | 1100000 | 1111011 | 1010010 | 10110 | 0 | 100001 | 110100 | 1100100 | 10100 | 101000 |
Color Harmonies of #607B52
Complementary color
Monochromatic Colors of #607B52
Black with #607B52
Text Example
Text Example
White with #607B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B52; }
p { color: rgb(96,123,82); }
H1.HeaderClassName
{
color: #607B52;
}
.AnyTagClassName
{
color: #607B52;
}
</style>
background-color css
<style>
a { background-color: #607B52; }
a { background-color: rgb(96,123,82); }
div.DivClassName
{
background-color: #607B52;
}
.BgClassName
{
background-color: #607B52;
}
</style>
border-color css
<style>
span { border-color: #607B52; }
span { border-color: rgb(96,123,82); }
td.TdClassName
{
border-color: #607B52;
}
.TagClassName
{
border-color: #607B52;
}
</style>