Shades of Silver Tree #75C69A
Tints of Silver Tree #75C69A
RGB
CMYK
RGB Variations
Color information
#75C69A (or 0x75C69A) is known color: Silver Tree. HEX triplet: 75, C6 and 9A. RGB value is (117,198,154). Sum of RGB (Red+Green+Blue) = 117+198+154=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #75C69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C69A is #8A3965. Grayscale: #A8A8A8. Windows color (decimal): -9058662 or 10143349. OLE color: 10143349.
HSL color Cylindrical-coordinate representation of color #75C69A: hue angle of 147.41º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C69A is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 154 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.22 |
| HSL | 147.41º | 0.42% | 0.62% | - |
| HSV(B) | 147.41º | 0.41% | 0.78% | - |
| XYZ | 33.36 | 46.5 | 37.79 | - |
| YUV | 168.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 154 | 0.41 | 0 | 0.22 | 0.22 | 147.41 | 0.42 | 0.62 |
| Hex | 75 | C6 | 9A | 29 | 0 | 16 | 16 | 93 | 2A | 3E |
| Octal | 165 | 306 | 232 | 51 | 0 | 26 | 26 | 223 | 52 | 76 |
| Binary | 1110101 | 11000110 | 10011010 | 101001 | 0 | 10110 | 10110 | 10010011 | 101010 | 111110 |
Color Harmonies of #75C69A
Complementary color
Monochromatic Colors of #75C69A
Black with #75C69A
Text Example
Text Example
White with #75C69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C69A; }
p { color: rgb(117,198,154); }
H1.HeaderClassName
{
color: #75C69A;
}
.AnyTagClassName
{
color: #75C69A;
}
</style>
background-color css
<style>
a { background-color: #75C69A; }
a { background-color: rgb(117,198,154); }
div.DivClassName
{
background-color: #75C69A;
}
.BgClassName
{
background-color: #75C69A;
}
</style>
border-color css
<style>
span { border-color: #75C69A; }
span { border-color: rgb(117,198,154); }
td.TdClassName
{
border-color: #75C69A;
}
.TagClassName
{
border-color: #75C69A;
}
</style>