Shades of Silver Tree #74C096
Tints of Silver Tree #74C096
RGB
CMYK
RGB Variations
Color information
#74C096 (or 0x74C096) is known color: Silver Tree. HEX triplet: 74, C0 and 96. RGB value is (116,192,150). Sum of RGB (Red+Green+Blue) = 116+192+150=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #74C096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C096 is #8B3F69. Grayscale: #A4A4A4. Windows color (decimal): -9125738 or 9879668. OLE color: 9879668.
HSL color Cylindrical-coordinate representation of color #74C096: hue angle of 146.84º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C096 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 150 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.25 |
| HSL | 146.84º | 0.38% | 0.6% | - |
| HSV(B) | 146.84º | 0.4% | 0.75% | - |
| XYZ | 31.56 | 43.61 | 35.61 | - |
| YUV | 164.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 150 | 0.40 | 0 | 0.22 | 0.25 | 146.84 | 0.38 | 0.6 |
| Hex | 74 | C0 | 96 | 28 | 0 | 16 | 19 | 93 | 26 | 3C |
| Octal | 164 | 300 | 226 | 50 | 0 | 26 | 31 | 223 | 46 | 74 |
| Binary | 1110100 | 11000000 | 10010110 | 101000 | 0 | 10110 | 11001 | 10010011 | 100110 | 111100 |
Color Harmonies of #74C096
Complementary color
Monochromatic Colors of #74C096
Black with #74C096
Text Example
Text Example
White with #74C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C096; }
p { color: rgb(116,192,150); }
H1.HeaderClassName
{
color: #74C096;
}
.AnyTagClassName
{
color: #74C096;
}
</style>
background-color css
<style>
a { background-color: #74C096; }
a { background-color: rgb(116,192,150); }
div.DivClassName
{
background-color: #74C096;
}
.BgClassName
{
background-color: #74C096;
}
</style>
border-color css
<style>
span { border-color: #74C096; }
span { border-color: rgb(116,192,150); }
td.TdClassName
{
border-color: #74C096;
}
.TagClassName
{
border-color: #74C096;
}
</style>