Shades of Silver Tree #75BF9C
Tints of Silver Tree #75BF9C
RGB
CMYK
RGB Variations
Color information
#75BF9C (or 0x75BF9C) is known color: Silver Tree. HEX triplet: 75, BF and 9C. RGB value is (117,191,156). Sum of RGB (Red+Green+Blue) = 117+191+156=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF9C is #8A4063. Grayscale: #A4A4A4. Windows color (decimal): -9060452 or 10272629. OLE color: 10272629.
HSL color Cylindrical-coordinate representation of color #75BF9C: hue angle of 151.62º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BF9C is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 191 | 156 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.25 |
| HSL | 151.62º | 0.37% | 0.6% | - |
| HSV(B) | 151.62º | 0.39% | 0.75% | - |
| XYZ | 31.97 | 43.44 | 38.15 | - |
| YUV | 164.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 156 | 0.39 | 0 | 0.18 | 0.25 | 151.62 | 0.37 | 0.6 |
| Hex | 75 | BF | 9C | 27 | 0 | 12 | 19 | 98 | 25 | 3C |
| Octal | 165 | 277 | 234 | 47 | 0 | 22 | 31 | 230 | 45 | 74 |
| Binary | 1110101 | 10111111 | 10011100 | 100111 | 0 | 10010 | 11001 | 10011000 | 100101 | 111100 |
Color Harmonies of #75BF9C
Complementary color
Monochromatic Colors of #75BF9C
Black with #75BF9C
Text Example
Text Example
White with #75BF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BF9C; }
p { color: rgb(117,191,156); }
H1.HeaderClassName
{
color: #75BF9C;
}
.AnyTagClassName
{
color: #75BF9C;
}
</style>
background-color css
<style>
a { background-color: #75BF9C; }
a { background-color: rgb(117,191,156); }
div.DivClassName
{
background-color: #75BF9C;
}
.BgClassName
{
background-color: #75BF9C;
}
</style>
border-color css
<style>
span { border-color: #75BF9C; }
span { border-color: rgb(117,191,156); }
td.TdClassName
{
border-color: #75BF9C;
}
.TagClassName
{
border-color: #75BF9C;
}
</style>