Shades of Glade Green #678355
Tints of Glade Green #678355
RGB
CMYK
RGB Variations
Color information
#678355 (or 0x678355) is known color: Glade Green. HEX triplet: 67, 83 and 55. RGB value is (103,131,85). Sum of RGB (Red+Green+Blue) = 103+131+85=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #678355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678355 is #987CAA. Grayscale: #757575. Windows color (decimal): -9993387 or 5604199. OLE color: 5604199.
HSL color Cylindrical-coordinate representation of color #678355: hue angle of 96.52º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #678355 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 85 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.49 |
| HSL | 96.52º | 0.21% | 0.42% | - |
| HSV(B) | 96.52º | 0.35% | 0.51% | - |
| XYZ | 15.35 | 19.77 | 11.6 | - |
| YUV | 117.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 85 | 0.21 | 0 | 0.35 | 0.49 | 96.52 | 0.21 | 0.42 |
| Hex | 67 | 83 | 55 | 15 | 0 | 23 | 31 | 61 | 15 | 2A |
| Octal | 147 | 203 | 125 | 25 | 0 | 43 | 61 | 141 | 25 | 52 |
| Binary | 1100111 | 10000011 | 1010101 | 10101 | 0 | 100011 | 110001 | 1100001 | 10101 | 101010 |
Color Harmonies of #678355
Complementary color
Monochromatic Colors of #678355
Black with #678355
Text Example
Text Example
White with #678355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678355; }
p { color: rgb(103,131,85); }
H1.HeaderClassName
{
color: #678355;
}
.AnyTagClassName
{
color: #678355;
}
</style>
background-color css
<style>
a { background-color: #678355; }
a { background-color: rgb(103,131,85); }
div.DivClassName
{
background-color: #678355;
}
.BgClassName
{
background-color: #678355;
}
</style>
border-color css
<style>
span { border-color: #678355; }
span { border-color: rgb(103,131,85); }
td.TdClassName
{
border-color: #678355;
}
.TagClassName
{
border-color: #678355;
}
</style>