Shades of Glade Green #678555
Tints of Glade Green #678555
RGB
CMYK
RGB Variations
Color information
#678555 (or 0x678555) is known color: Glade Green. HEX triplet: 67, 85 and 55. RGB value is (103,133,85). Sum of RGB (Red+Green+Blue) = 103+133+85=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #678555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678555 is #987AAA. Grayscale: #767676. Windows color (decimal): -9992875 or 5604711. OLE color: 5604711.
HSL color Cylindrical-coordinate representation of color #678555: hue angle of 97.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #678555 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 85 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.48 |
| HSL | 97.5º | 0.22% | 0.43% | - |
| HSV(B) | 97.5º | 0.36% | 0.52% | - |
| XYZ | 15.62 | 20.31 | 11.69 | - |
| YUV | 118.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 85 | 0.23 | 0 | 0.36 | 0.48 | 97.5 | 0.22 | 0.43 |
| Hex | 67 | 85 | 55 | 17 | 0 | 24 | 30 | 62 | 16 | 2B |
| Octal | 147 | 205 | 125 | 27 | 0 | 44 | 60 | 142 | 26 | 53 |
| Binary | 1100111 | 10000101 | 1010101 | 10111 | 0 | 100100 | 110000 | 1100010 | 10110 | 101011 |
Color Harmonies of #678555
Complementary color
Monochromatic Colors of #678555
Black with #678555
Text Example
Text Example
White with #678555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678555; }
p { color: rgb(103,133,85); }
H1.HeaderClassName
{
color: #678555;
}
.AnyTagClassName
{
color: #678555;
}
</style>
background-color css
<style>
a { background-color: #678555; }
a { background-color: rgb(103,133,85); }
div.DivClassName
{
background-color: #678555;
}
.BgClassName
{
background-color: #678555;
}
</style>
border-color css
<style>
span { border-color: #678555; }
span { border-color: rgb(103,133,85); }
td.TdClassName
{
border-color: #678555;
}
.TagClassName
{
border-color: #678555;
}
</style>