Shades of Silver Tree #74C896
Tints of Silver Tree #74C896
RGB
CMYK
RGB Variations
Color information
#74C896 (or 0x74C896) is known color: Silver Tree. HEX triplet: 74, C8 and 96. RGB value is (116,200,150). Sum of RGB (Red+Green+Blue) = 116+200+150=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #74C896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C896 is #8B3769. Grayscale: #A9A9A9. Windows color (decimal): -9123690 or 9881716. OLE color: 9881716.
HSL color Cylindrical-coordinate representation of color #74C896: hue angle of 144.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C896 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 150 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.22 |
| HSL | 144.29º | 0.43% | 0.62% | - |
| HSV(B) | 144.29º | 0.42% | 0.78% | - |
| XYZ | 33.36 | 47.22 | 36.21 | - |
| YUV | 169.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 150 | 0.42 | 0 | 0.25 | 0.22 | 144.29 | 0.43 | 0.62 |
| Hex | 74 | C8 | 96 | 2A | 0 | 19 | 16 | 90 | 2B | 3E |
| Octal | 164 | 310 | 226 | 52 | 0 | 31 | 26 | 220 | 53 | 76 |
| Binary | 1110100 | 11001000 | 10010110 | 101010 | 0 | 11001 | 10110 | 10010000 | 101011 | 111110 |
Color Harmonies of #74C896
Complementary color
Monochromatic Colors of #74C896
Black with #74C896
Text Example
Text Example
White with #74C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C896; }
p { color: rgb(116,200,150); }
H1.HeaderClassName
{
color: #74C896;
}
.AnyTagClassName
{
color: #74C896;
}
</style>
background-color css
<style>
a { background-color: #74C896; }
a { background-color: rgb(116,200,150); }
div.DivClassName
{
background-color: #74C896;
}
.BgClassName
{
background-color: #74C896;
}
</style>
border-color css
<style>
span { border-color: #74C896; }
span { border-color: rgb(116,200,150); }
td.TdClassName
{
border-color: #74C896;
}
.TagClassName
{
border-color: #74C896;
}
</style>