Shades of Glade Green #689452
Tints of Glade Green #689452
RGB
CMYK
RGB Variations
Color information
#689452 (or 0x689452) is known color: Glade Green. HEX triplet: 68, 94 and 52. RGB value is (104,148,82). Sum of RGB (Red+Green+Blue) = 104+148+82=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #689452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689452 is #976BAD. Grayscale: #7F7F7F. Windows color (decimal): -9923502 or 5411944. OLE color: 5411944.
HSL color Cylindrical-coordinate representation of color #689452: hue angle of 100º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #689452 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 82 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.42 |
| HSL | 100º | 0.29% | 0.45% | - |
| HSV(B) | 100º | 0.45% | 0.58% | - |
| XYZ | 17.82 | 24.73 | 11.82 | - |
| YUV | 127.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 82 | 0.30 | 0 | 0.45 | 0.42 | 100 | 0.29 | 0.45 |
| Hex | 68 | 94 | 52 | 1E | 0 | 2D | 2A | 64 | 1D | 2D |
| Octal | 150 | 224 | 122 | 36 | 0 | 55 | 52 | 144 | 35 | 55 |
| Binary | 1101000 | 10010100 | 1010010 | 11110 | 0 | 101101 | 101010 | 1100100 | 11101 | 101101 |
Color Harmonies of #689452
Complementary color
Monochromatic Colors of #689452
Black with #689452
Text Example
Text Example
White with #689452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689452; }
p { color: rgb(104,148,82); }
H1.HeaderClassName
{
color: #689452;
}
.AnyTagClassName
{
color: #689452;
}
</style>
background-color css
<style>
a { background-color: #689452; }
a { background-color: rgb(104,148,82); }
div.DivClassName
{
background-color: #689452;
}
.BgClassName
{
background-color: #689452;
}
</style>
border-color css
<style>
span { border-color: #689452; }
span { border-color: rgb(104,148,82); }
td.TdClassName
{
border-color: #689452;
}
.TagClassName
{
border-color: #689452;
}
</style>