Shades of Silver Tree #74BE94
Tints of Silver Tree #74BE94
RGB
CMYK
RGB Variations
Color information
#74BE94 (or 0x74BE94) is known color: Silver Tree. HEX triplet: 74, BE and 94. RGB value is (116,190,148). Sum of RGB (Red+Green+Blue) = 116+190+148=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BE94 is #8B416B. Grayscale: #A3A3A3. Windows color (decimal): -9126252 or 9748084. OLE color: 9748084.
HSL color Cylindrical-coordinate representation of color #74BE94: hue angle of 145.95º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BE94 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 148 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.25 |
| HSL | 145.95º | 0.36% | 0.6% | - |
| HSV(B) | 145.95º | 0.39% | 0.75% | - |
| XYZ | 30.96 | 42.68 | 34.62 | - |
| YUV | 163.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 148 | 0.39 | 0 | 0.22 | 0.25 | 145.95 | 0.36 | 0.6 |
| Hex | 74 | BE | 94 | 27 | 0 | 16 | 19 | 92 | 24 | 3C |
| Octal | 164 | 276 | 224 | 47 | 0 | 26 | 31 | 222 | 44 | 74 |
| Binary | 1110100 | 10111110 | 10010100 | 100111 | 0 | 10110 | 11001 | 10010010 | 100100 | 111100 |
Color Harmonies of #74BE94
Complementary color
Monochromatic Colors of #74BE94
Black with #74BE94
Text Example
Text Example
White with #74BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE94; }
p { color: rgb(116,190,148); }
H1.HeaderClassName
{
color: #74BE94;
}
.AnyTagClassName
{
color: #74BE94;
}
</style>
background-color css
<style>
a { background-color: #74BE94; }
a { background-color: rgb(116,190,148); }
div.DivClassName
{
background-color: #74BE94;
}
.BgClassName
{
background-color: #74BE94;
}
</style>
border-color css
<style>
span { border-color: #74BE94; }
span { border-color: rgb(116,190,148); }
td.TdClassName
{
border-color: #74BE94;
}
.TagClassName
{
border-color: #74BE94;
}
</style>