Shades of Silver Tree #74C597
Tints of Silver Tree #74C597
RGB
CMYK
RGB Variations
Color information
#74C597 (or 0x74C597) is known color: Silver Tree. HEX triplet: 74, C5 and 97. RGB value is (116,197,151). Sum of RGB (Red+Green+Blue) = 116+197+151=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #74C597 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C597 is #8B3A68. Grayscale: #A7A7A7. Windows color (decimal): -9124457 or 9946484. OLE color: 9946484.
HSL color Cylindrical-coordinate representation of color #74C597: hue angle of 145.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C597 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 151 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.23 |
| HSL | 145.93º | 0.41% | 0.61% | - |
| HSV(B) | 145.93º | 0.41% | 0.77% | - |
| XYZ | 32.75 | 45.88 | 36.41 | - |
| YUV | 167.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 151 | 0.41 | 0 | 0.23 | 0.23 | 145.93 | 0.41 | 0.61 |
| Hex | 74 | C5 | 97 | 29 | 0 | 17 | 17 | 92 | 29 | 3D |
| Octal | 164 | 305 | 227 | 51 | 0 | 27 | 27 | 222 | 51 | 75 |
| Binary | 1110100 | 11000101 | 10010111 | 101001 | 0 | 10111 | 10111 | 10010010 | 101001 | 111101 |
Color Harmonies of #74C597
Complementary color
Monochromatic Colors of #74C597
Black with #74C597
Text Example
Text Example
White with #74C597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C597; }
p { color: rgb(116,197,151); }
H1.HeaderClassName
{
color: #74C597;
}
.AnyTagClassName
{
color: #74C597;
}
</style>
background-color css
<style>
a { background-color: #74C597; }
a { background-color: rgb(116,197,151); }
div.DivClassName
{
background-color: #74C597;
}
.BgClassName
{
background-color: #74C597;
}
</style>
border-color css
<style>
span { border-color: #74C597; }
span { border-color: rgb(116,197,151); }
td.TdClassName
{
border-color: #74C597;
}
.TagClassName
{
border-color: #74C597;
}
</style>