Shades of Silver Tree #64BB8B
Tints of Silver Tree #64BB8B
RGB
CMYK
RGB Variations
Color information
#64BB8B (or 0x64BB8B) is known color: Silver Tree. HEX triplet: 64, BB and 8B. RGB value is (100,187,139). Sum of RGB (Red+Green+Blue) = 100+187+139=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BB8B is #9B4474. Grayscale: #9B9B9B. Windows color (decimal): -10175605 or 9157476. OLE color: 9157476.
HSL color Cylindrical-coordinate representation of color #64BB8B: hue angle of 146.9º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BB8B is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 139 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.27 |
| HSL | 146.9º | 0.39% | 0.56% | - |
| HSV(B) | 146.9º | 0.47% | 0.73% | - |
| XYZ | 27.69 | 40.11 | 30.71 | - |
| YUV | 155.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 139 | 0.47 | 0 | 0.26 | 0.27 | 146.9 | 0.39 | 0.56 |
| Hex | 64 | BB | 8B | 2F | 0 | 1A | 1B | 93 | 27 | 38 |
| Octal | 144 | 273 | 213 | 57 | 0 | 32 | 33 | 223 | 47 | 70 |
| Binary | 1100100 | 10111011 | 10001011 | 101111 | 0 | 11010 | 11011 | 10010011 | 100111 | 111000 |
Color Harmonies of #64BB8B
Complementary color
Monochromatic Colors of #64BB8B
Black with #64BB8B
Text Example
Text Example
White with #64BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BB8B; }
p { color: rgb(100,187,139); }
H1.HeaderClassName
{
color: #64BB8B;
}
.AnyTagClassName
{
color: #64BB8B;
}
</style>
background-color css
<style>
a { background-color: #64BB8B; }
a { background-color: rgb(100,187,139); }
div.DivClassName
{
background-color: #64BB8B;
}
.BgClassName
{
background-color: #64BB8B;
}
</style>
border-color css
<style>
span { border-color: #64BB8B; }
span { border-color: rgb(100,187,139); }
td.TdClassName
{
border-color: #64BB8B;
}
.TagClassName
{
border-color: #64BB8B;
}
</style>