Shades of Glade Green #668658
Tints of Glade Green #668658
RGB
CMYK
RGB Variations
Color information
#668658 (or 0x668658) is known color: Glade Green. HEX triplet: 66, 86 and 58. RGB value is (102,134,88). Sum of RGB (Red+Green+Blue) = 102+134+88=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #668658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668658 is #9979A7. Grayscale: #777777. Windows color (decimal): -10058152 or 5801574. OLE color: 5801574.
HSL color Cylindrical-coordinate representation of color #668658: hue angle of 101.74º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #668658 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 88 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.47 |
| HSL | 101.74º | 0.21% | 0.44% | - |
| HSV(B) | 101.74º | 0.34% | 0.53% | - |
| XYZ | 15.77 | 20.58 | 12.37 | - |
| YUV | 119.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 88 | 0.24 | 0 | 0.34 | 0.47 | 101.74 | 0.21 | 0.44 |
| Hex | 66 | 86 | 58 | 18 | 0 | 22 | 2F | 66 | 15 | 2C |
| Octal | 146 | 206 | 130 | 30 | 0 | 42 | 57 | 146 | 25 | 54 |
| Binary | 1100110 | 10000110 | 1011000 | 11000 | 0 | 100010 | 101111 | 1100110 | 10101 | 101100 |
Color Harmonies of #668658
Complementary color
Monochromatic Colors of #668658
Black with #668658
Text Example
Text Example
White with #668658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668658; }
p { color: rgb(102,134,88); }
H1.HeaderClassName
{
color: #668658;
}
.AnyTagClassName
{
color: #668658;
}
</style>
background-color css
<style>
a { background-color: #668658; }
a { background-color: rgb(102,134,88); }
div.DivClassName
{
background-color: #668658;
}
.BgClassName
{
background-color: #668658;
}
</style>
border-color css
<style>
span { border-color: #668658; }
span { border-color: rgb(102,134,88); }
td.TdClassName
{
border-color: #668658;
}
.TagClassName
{
border-color: #668658;
}
</style>