Shades of Glade Green #66855B
Tints of Glade Green #66855B
RGB
CMYK
RGB Variations
Color information
#66855B (or 0x66855B) is known color: Glade Green. HEX triplet: 66, 85 and 5B. RGB value is (102,133,91). Sum of RGB (Red+Green+Blue) = 102+133+91=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #66855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66855B is #997AA4. Grayscale: #777777. Windows color (decimal): -10058405 or 5997926. OLE color: 5997926.
HSL color Cylindrical-coordinate representation of color #66855B: hue angle of 104.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66855B is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 133 | 91 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.48 |
| HSL | 104.29º | 0.19% | 0.44% | - |
| HSV(B) | 104.29º | 0.32% | 0.52% | - |
| XYZ | 15.76 | 20.36 | 13 | - |
| YUV | 118.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 91 | 0.23 | 0 | 0.32 | 0.48 | 104.29 | 0.19 | 0.44 |
| Hex | 66 | 85 | 5B | 17 | 0 | 20 | 30 | 68 | 13 | 2C |
| Octal | 146 | 205 | 133 | 27 | 0 | 40 | 60 | 150 | 23 | 54 |
| Binary | 1100110 | 10000101 | 1011011 | 10111 | 0 | 100000 | 110000 | 1101000 | 10011 | 101100 |
Color Harmonies of #66855B
Complementary color
Monochromatic Colors of #66855B
Black with #66855B
Text Example
Text Example
White with #66855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66855B; }
p { color: rgb(102,133,91); }
H1.HeaderClassName
{
color: #66855B;
}
.AnyTagClassName
{
color: #66855B;
}
</style>
background-color css
<style>
a { background-color: #66855B; }
a { background-color: rgb(102,133,91); }
div.DivClassName
{
background-color: #66855B;
}
.BgClassName
{
background-color: #66855B;
}
</style>
border-color css
<style>
span { border-color: #66855B; }
span { border-color: rgb(102,133,91); }
td.TdClassName
{
border-color: #66855B;
}
.TagClassName
{
border-color: #66855B;
}
</style>