Shades of Glade Green #66835A
Tints of Glade Green #66835A
RGB
CMYK
RGB Variations
Color information
#66835A (or 0x66835A) is known color: Glade Green. HEX triplet: 66, 83 and 5A. RGB value is (102,131,90). Sum of RGB (Red+Green+Blue) = 102+131+90=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #66835A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66835A is #997CA5. Grayscale: #757575. Windows color (decimal): -10058918 or 5931878. OLE color: 5931878.
HSL color Cylindrical-coordinate representation of color #66835A: hue angle of 102.44º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66835A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 90 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.49 |
| HSL | 102.44º | 0.19% | 0.43% | - |
| HSV(B) | 102.44º | 0.31% | 0.51% | - |
| XYZ | 15.44 | 19.8 | 12.68 | - |
| YUV | 117.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 90 | 0.22 | 0 | 0.31 | 0.49 | 102.44 | 0.19 | 0.43 |
| Hex | 66 | 83 | 5A | 16 | 0 | 1F | 31 | 66 | 13 | 2B |
| Octal | 146 | 203 | 132 | 26 | 0 | 37 | 61 | 146 | 23 | 53 |
| Binary | 1100110 | 10000011 | 1011010 | 10110 | 0 | 11111 | 110001 | 1100110 | 10011 | 101011 |
Color Harmonies of #66835A
Complementary color
Monochromatic Colors of #66835A
Black with #66835A
Text Example
Text Example
White with #66835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66835A; }
p { color: rgb(102,131,90); }
H1.HeaderClassName
{
color: #66835A;
}
.AnyTagClassName
{
color: #66835A;
}
</style>
background-color css
<style>
a { background-color: #66835A; }
a { background-color: rgb(102,131,90); }
div.DivClassName
{
background-color: #66835A;
}
.BgClassName
{
background-color: #66835A;
}
</style>
border-color css
<style>
span { border-color: #66835A; }
span { border-color: rgb(102,131,90); }
td.TdClassName
{
border-color: #66835A;
}
.TagClassName
{
border-color: #66835A;
}
</style>