Shades of Silver Tree #66AF8C
Tints of Silver Tree #66AF8C
RGB
CMYK
RGB Variations
Color information
#66AF8C (or 0x66AF8C) is known color: Silver Tree. HEX triplet: 66, AF and 8C. RGB value is (102,175,140). Sum of RGB (Red+Green+Blue) = 102+175+140=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF8C is #995073. Grayscale: #959595. Windows color (decimal): -10047604 or 9219942. OLE color: 9219942.
HSL color Cylindrical-coordinate representation of color #66AF8C: hue angle of 151.23º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF8C is Cyan = 0.42, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 140 | - |
| CMYK | 0.42 | 0 | 0.2 | 0.31 |
| HSL | 151.23º | 0.31% | 0.54% | - |
| HSV(B) | 151.23º | 0.42% | 0.69% | - |
| XYZ | 25.54 | 35.38 | 30.29 | - |
| YUV | 149.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 140 | 0.42 | 0 | 0.2 | 0.31 | 151.23 | 0.31 | 0.54 |
| Hex | 66 | AF | 8C | 2A | 0 | 14 | 1F | 97 | 1F | 36 |
| Octal | 146 | 257 | 214 | 52 | 0 | 24 | 37 | 227 | 37 | 66 |
| Binary | 1100110 | 10101111 | 10001100 | 101010 | 0 | 10100 | 11111 | 10010111 | 11111 | 110110 |
Color Harmonies of #66AF8C
Complementary color
Monochromatic Colors of #66AF8C
Black with #66AF8C
Text Example
Text Example
White with #66AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF8C; }
p { color: rgb(102,175,140); }
H1.HeaderClassName
{
color: #66AF8C;
}
.AnyTagClassName
{
color: #66AF8C;
}
</style>
background-color css
<style>
a { background-color: #66AF8C; }
a { background-color: rgb(102,175,140); }
div.DivClassName
{
background-color: #66AF8C;
}
.BgClassName
{
background-color: #66AF8C;
}
</style>
border-color css
<style>
span { border-color: #66AF8C; }
span { border-color: rgb(102,175,140); }
td.TdClassName
{
border-color: #66AF8C;
}
.TagClassName
{
border-color: #66AF8C;
}
</style>