Shades of Glade Green #668E4B
Tints of Glade Green #668E4B
RGB
CMYK
RGB Variations
Color information
#668E4B (or 0x668E4B) is known color: Glade Green. HEX triplet: 66, 8E and 4B. RGB value is (102,142,75). Sum of RGB (Red+Green+Blue) = 102+142+75=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #668E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E4B is #9971B4. Grayscale: #7A7A7A. Windows color (decimal): -10056117 or 4951654. OLE color: 4951654.
HSL color Cylindrical-coordinate representation of color #668E4B: hue angle of 95.82º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668E4B is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 75 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.44 |
| HSL | 95.82º | 0.31% | 0.43% | - |
| HSV(B) | 95.82º | 0.47% | 0.56% | - |
| XYZ | 16.42 | 22.68 | 10.17 | - |
| YUV | 122.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 75 | 0.28 | 0 | 0.47 | 0.44 | 95.82 | 0.31 | 0.43 |
| Hex | 66 | 8E | 4B | 1C | 0 | 2F | 2C | 60 | 1F | 2B |
| Octal | 146 | 216 | 113 | 34 | 0 | 57 | 54 | 140 | 37 | 53 |
| Binary | 1100110 | 10001110 | 1001011 | 11100 | 0 | 101111 | 101100 | 1100000 | 11111 | 101011 |
Color Harmonies of #668E4B
Complementary color
Monochromatic Colors of #668E4B
Black with #668E4B
Text Example
Text Example
White with #668E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E4B; }
p { color: rgb(102,142,75); }
H1.HeaderClassName
{
color: #668E4B;
}
.AnyTagClassName
{
color: #668E4B;
}
</style>
background-color css
<style>
a { background-color: #668E4B; }
a { background-color: rgb(102,142,75); }
div.DivClassName
{
background-color: #668E4B;
}
.BgClassName
{
background-color: #668E4B;
}
</style>
border-color css
<style>
span { border-color: #668E4B; }
span { border-color: rgb(102,142,75); }
td.TdClassName
{
border-color: #668E4B;
}
.TagClassName
{
border-color: #668E4B;
}
</style>