Shades of Glade Green #66934F
Tints of Glade Green #66934F
RGB
CMYK
RGB Variations
Color information
#66934F (or 0x66934F) is known color: Glade Green. HEX triplet: 66, 93 and 4F. RGB value is (102,147,79). Sum of RGB (Red+Green+Blue) = 102+147+79=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #66934F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66934F is #996CB0. Grayscale: #7E7E7E. Windows color (decimal): -10054833 or 5215078. OLE color: 5215078.
HSL color Cylindrical-coordinate representation of color #66934F: hue angle of 99.71º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66934F is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 79 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.42 |
| HSL | 99.71º | 0.3% | 0.44% | - |
| HSV(B) | 99.71º | 0.46% | 0.58% | - |
| XYZ | 17.32 | 24.26 | 11.17 | - |
| YUV | 125.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 79 | 0.31 | 0 | 0.46 | 0.42 | 99.71 | 0.3 | 0.44 |
| Hex | 66 | 93 | 4F | 1F | 0 | 2E | 2A | 64 | 1E | 2C |
| Octal | 146 | 223 | 117 | 37 | 0 | 56 | 52 | 144 | 36 | 54 |
| Binary | 1100110 | 10010011 | 1001111 | 11111 | 0 | 101110 | 101010 | 1100100 | 11110 | 101100 |
Color Harmonies of #66934F
Complementary color
Monochromatic Colors of #66934F
Black with #66934F
Text Example
Text Example
White with #66934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66934F; }
p { color: rgb(102,147,79); }
H1.HeaderClassName
{
color: #66934F;
}
.AnyTagClassName
{
color: #66934F;
}
</style>
background-color css
<style>
a { background-color: #66934F; }
a { background-color: rgb(102,147,79); }
div.DivClassName
{
background-color: #66934F;
}
.BgClassName
{
background-color: #66934F;
}
</style>
border-color css
<style>
span { border-color: #66934F; }
span { border-color: rgb(102,147,79); }
td.TdClassName
{
border-color: #66934F;
}
.TagClassName
{
border-color: #66934F;
}
</style>