Shades of Silver Tree #74C092
Tints of Silver Tree #74C092
RGB
CMYK
RGB Variations
Color information
#74C092 (or 0x74C092) is known color: Silver Tree. HEX triplet: 74, C0 and 92. RGB value is (116,192,146). Sum of RGB (Red+Green+Blue) = 116+192+146=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #74C092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C092 is #8B3F6D. Grayscale: #A4A4A4. Windows color (decimal): -9125742 or 9617524. OLE color: 9617524.
HSL color Cylindrical-coordinate representation of color #74C092: hue angle of 143.68º 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 #74C092 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 146 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.25 |
| HSL | 143.68º | 0.38% | 0.6% | - |
| HSV(B) | 143.68º | 0.4% | 0.75% | - |
| XYZ | 31.24 | 43.49 | 33.94 | - |
| YUV | 164.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 146 | 0.40 | 0 | 0.24 | 0.25 | 143.68 | 0.38 | 0.6 |
| Hex | 74 | C0 | 92 | 28 | 0 | 18 | 19 | 90 | 26 | 3C |
| Octal | 164 | 300 | 222 | 50 | 0 | 30 | 31 | 220 | 46 | 74 |
| Binary | 1110100 | 11000000 | 10010010 | 101000 | 0 | 11000 | 11001 | 10010000 | 100110 | 111100 |
Color Harmonies of #74C092
Complementary color
Monochromatic Colors of #74C092
Black with #74C092
Text Example
Text Example
White with #74C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C092; }
p { color: rgb(116,192,146); }
H1.HeaderClassName
{
color: #74C092;
}
.AnyTagClassName
{
color: #74C092;
}
</style>
background-color css
<style>
a { background-color: #74C092; }
a { background-color: rgb(116,192,146); }
div.DivClassName
{
background-color: #74C092;
}
.BgClassName
{
background-color: #74C092;
}
</style>
border-color css
<style>
span { border-color: #74C092; }
span { border-color: rgb(116,192,146); }
td.TdClassName
{
border-color: #74C092;
}
.TagClassName
{
border-color: #74C092;
}
</style>