Shades of Glade Green #678950
Tints of Glade Green #678950
RGB
CMYK
RGB Variations
Color information
#678950 (or 0x678950) is known color: Glade Green. HEX triplet: 67, 89 and 50. RGB value is (103,137,80). Sum of RGB (Red+Green+Blue) = 103+137+80=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #678950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678950 is #9876AF. Grayscale: #787878. Windows color (decimal): -9991856 or 5278055. OLE color: 5278055.
HSL color Cylindrical-coordinate representation of color #678950: hue angle of 95.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #678950 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 80 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.46 |
| HSL | 95.79º | 0.26% | 0.43% | - |
| HSV(B) | 95.79º | 0.42% | 0.54% | - |
| XYZ | 15.99 | 21.35 | 10.87 | - |
| YUV | 120.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 80 | 0.25 | 0 | 0.42 | 0.46 | 95.79 | 0.26 | 0.43 |
| Hex | 67 | 89 | 50 | 19 | 0 | 2A | 2E | 60 | 1A | 2B |
| Octal | 147 | 211 | 120 | 31 | 0 | 52 | 56 | 140 | 32 | 53 |
| Binary | 1100111 | 10001001 | 1010000 | 11001 | 0 | 101010 | 101110 | 1100000 | 11010 | 101011 |
Color Harmonies of #678950
Complementary color
Monochromatic Colors of #678950
Black with #678950
Text Example
Text Example
White with #678950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678950; }
p { color: rgb(103,137,80); }
H1.HeaderClassName
{
color: #678950;
}
.AnyTagClassName
{
color: #678950;
}
</style>
background-color css
<style>
a { background-color: #678950; }
a { background-color: rgb(103,137,80); }
div.DivClassName
{
background-color: #678950;
}
.BgClassName
{
background-color: #678950;
}
</style>
border-color css
<style>
span { border-color: #678950; }
span { border-color: rgb(103,137,80); }
td.TdClassName
{
border-color: #678950;
}
.TagClassName
{
border-color: #678950;
}
</style>