Shades of Silver Tree #74C496
Tints of Silver Tree #74C496
RGB
CMYK
RGB Variations
Color information
#74C496 (or 0x74C496) is known color: Silver Tree. HEX triplet: 74, C4 and 96. RGB value is (116,196,150). Sum of RGB (Red+Green+Blue) = 116+196+150=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #74C496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C496 is #8B3B69. Grayscale: #A6A6A6. Windows color (decimal): -9124714 or 9880692. OLE color: 9880692.
HSL color Cylindrical-coordinate representation of color #74C496: hue angle of 145.5º degrees, saturation: 0.4, 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 #74C496 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 150 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.23 |
| HSL | 145.5º | 0.4% | 0.61% | - |
| HSV(B) | 145.5º | 0.41% | 0.77% | - |
| XYZ | 32.45 | 45.39 | 35.91 | - |
| YUV | 166.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 150 | 0.41 | 0 | 0.23 | 0.23 | 145.5 | 0.4 | 0.61 |
| Hex | 74 | C4 | 96 | 29 | 0 | 17 | 17 | 92 | 28 | 3D |
| Octal | 164 | 304 | 226 | 51 | 0 | 27 | 27 | 222 | 50 | 75 |
| Binary | 1110100 | 11000100 | 10010110 | 101001 | 0 | 10111 | 10111 | 10010010 | 101000 | 111101 |
Color Harmonies of #74C496
Complementary color
Monochromatic Colors of #74C496
Black with #74C496
Text Example
Text Example
White with #74C496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C496; }
p { color: rgb(116,196,150); }
H1.HeaderClassName
{
color: #74C496;
}
.AnyTagClassName
{
color: #74C496;
}
</style>
background-color css
<style>
a { background-color: #74C496; }
a { background-color: rgb(116,196,150); }
div.DivClassName
{
background-color: #74C496;
}
.BgClassName
{
background-color: #74C496;
}
</style>
border-color css
<style>
span { border-color: #74C496; }
span { border-color: rgb(116,196,150); }
td.TdClassName
{
border-color: #74C496;
}
.TagClassName
{
border-color: #74C496;
}
</style>