Shades of Silver Tree #74BF91
Tints of Silver Tree #74BF91
RGB
CMYK
RGB Variations
Color information
#74BF91 (or 0x74BF91) is known color: Silver Tree. HEX triplet: 74, BF and 91. RGB value is (116,191,145). Sum of RGB (Red+Green+Blue) = 116+191+145=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF91 is #8B406E. Grayscale: #A3A3A3. Windows color (decimal): -9125999 or 9551732. OLE color: 9551732.
HSL color Cylindrical-coordinate representation of color #74BF91: hue angle of 143.2º degrees, saturation: 0.37, 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 #74BF91 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 145 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.25 |
| HSL | 143.2º | 0.37% | 0.6% | - |
| HSV(B) | 143.2º | 0.39% | 0.75% | - |
| XYZ | 30.94 | 43.02 | 33.46 | - |
| YUV | 163.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 145 | 0.39 | 0 | 0.24 | 0.25 | 143.2 | 0.37 | 0.6 |
| Hex | 74 | BF | 91 | 27 | 0 | 18 | 19 | 8F | 25 | 3C |
| Octal | 164 | 277 | 221 | 47 | 0 | 30 | 31 | 217 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10010001 | 100111 | 0 | 11000 | 11001 | 10001111 | 100101 | 111100 |
Color Harmonies of #74BF91
Complementary color
Monochromatic Colors of #74BF91
Black with #74BF91
Text Example
Text Example
White with #74BF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF91; }
p { color: rgb(116,191,145); }
H1.HeaderClassName
{
color: #74BF91;
}
.AnyTagClassName
{
color: #74BF91;
}
</style>
background-color css
<style>
a { background-color: #74BF91; }
a { background-color: rgb(116,191,145); }
div.DivClassName
{
background-color: #74BF91;
}
.BgClassName
{
background-color: #74BF91;
}
</style>
border-color css
<style>
span { border-color: #74BF91; }
span { border-color: rgb(116,191,145); }
td.TdClassName
{
border-color: #74BF91;
}
.TagClassName
{
border-color: #74BF91;
}
</style>