Shades of Glade Green #607A52
Tints of Glade Green #607A52
RGB
CMYK
RGB Variations
Color information
#607A52 (or 0x607A52) is known color: Glade Green. HEX triplet: 60, 7A and 52. RGB value is (96,122,82). Sum of RGB (Red+Green+Blue) = 96+122+82=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #607A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A52 is #9F85AD. Grayscale: #6D6D6D. Windows color (decimal): -10454446 or 5405280. OLE color: 5405280.
HSL color Cylindrical-coordinate representation of color #607A52: hue angle of 99º 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 #607A52 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 82 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.52 |
| HSL | 99º | 0.2% | 0.4% | - |
| HSV(B) | 99º | 0.33% | 0.48% | - |
| XYZ | 13.31 | 17.02 | 10.57 | - |
| YUV | 109.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 82 | 0.21 | 0 | 0.33 | 0.52 | 99 | 0.2 | 0.4 |
| Hex | 60 | 7A | 52 | 15 | 0 | 21 | 34 | 63 | 14 | 28 |
| Octal | 140 | 172 | 122 | 25 | 0 | 41 | 64 | 143 | 24 | 50 |
| Binary | 1100000 | 1111010 | 1010010 | 10101 | 0 | 100001 | 110100 | 1100011 | 10100 | 101000 |
Color Harmonies of #607A52
Complementary color
Monochromatic Colors of #607A52
Black with #607A52
Text Example
Text Example
White with #607A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A52; }
p { color: rgb(96,122,82); }
H1.HeaderClassName
{
color: #607A52;
}
.AnyTagClassName
{
color: #607A52;
}
</style>
background-color css
<style>
a { background-color: #607A52; }
a { background-color: rgb(96,122,82); }
div.DivClassName
{
background-color: #607A52;
}
.BgClassName
{
background-color: #607A52;
}
</style>
border-color css
<style>
span { border-color: #607A52; }
span { border-color: rgb(96,122,82); }
td.TdClassName
{
border-color: #607A52;
}
.TagClassName
{
border-color: #607A52;
}
</style>