Shades of Silver Tree #66AF8A
Tints of Silver Tree #66AF8A
RGB
CMYK
RGB Variations
Color information
#66AF8A (or 0x66AF8A) is known color: Silver Tree. HEX triplet: 66, AF and 8A. RGB value is (102,175,138). Sum of RGB (Red+Green+Blue) = 102+175+138=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF8A is #995075. Grayscale: #959595. Windows color (decimal): -10047606 or 9088870. OLE color: 9088870.
HSL color Cylindrical-coordinate representation of color #66AF8A: hue angle of 149.59º 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 #66AF8A is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 138 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.31 |
| HSL | 149.59º | 0.31% | 0.54% | - |
| HSV(B) | 149.59º | 0.42% | 0.69% | - |
| XYZ | 25.4 | 35.32 | 29.52 | - |
| YUV | 148.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 138 | 0.42 | 0 | 0.21 | 0.31 | 149.59 | 0.31 | 0.54 |
| Hex | 66 | AF | 8A | 2A | 0 | 15 | 1F | 96 | 1F | 36 |
| Octal | 146 | 257 | 212 | 52 | 0 | 25 | 37 | 226 | 37 | 66 |
| Binary | 1100110 | 10101111 | 10001010 | 101010 | 0 | 10101 | 11111 | 10010110 | 11111 | 110110 |
Color Harmonies of #66AF8A
Complementary color
Monochromatic Colors of #66AF8A
Black with #66AF8A
Text Example
Text Example
White with #66AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF8A; }
p { color: rgb(102,175,138); }
H1.HeaderClassName
{
color: #66AF8A;
}
.AnyTagClassName
{
color: #66AF8A;
}
</style>
background-color css
<style>
a { background-color: #66AF8A; }
a { background-color: rgb(102,175,138); }
div.DivClassName
{
background-color: #66AF8A;
}
.BgClassName
{
background-color: #66AF8A;
}
</style>
border-color css
<style>
span { border-color: #66AF8A; }
span { border-color: rgb(102,175,138); }
td.TdClassName
{
border-color: #66AF8A;
}
.TagClassName
{
border-color: #66AF8A;
}
</style>