Shades of Silver Tree #74BC9B
Tints of Silver Tree #74BC9B
RGB
CMYK
RGB Variations
Color information
#74BC9B (or 0x74BC9B) is known color: Silver Tree. HEX triplet: 74, BC and 9B. RGB value is (116,188,155). Sum of RGB (Red+Green+Blue) = 116+188+155=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BC9B is #8B4364. Grayscale: #A2A2A2. Windows color (decimal): -9126757 or 10206324. OLE color: 10206324.
HSL color Cylindrical-coordinate representation of color #74BC9B: hue angle of 152.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BC9B is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 155 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.26 |
| HSL | 152.5º | 0.35% | 0.6% | - |
| HSV(B) | 152.5º | 0.38% | 0.74% | - |
| XYZ | 31.1 | 42.05 | 37.49 | - |
| YUV | 162.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 155 | 0.38 | 0 | 0.18 | 0.26 | 152.5 | 0.35 | 0.6 |
| Hex | 74 | BC | 9B | 26 | 0 | 12 | 1A | 98 | 23 | 3C |
| Octal | 164 | 274 | 233 | 46 | 0 | 22 | 32 | 230 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10011011 | 100110 | 0 | 10010 | 11010 | 10011000 | 100011 | 111100 |
Color Harmonies of #74BC9B
Complementary color
Monochromatic Colors of #74BC9B
Black with #74BC9B
Text Example
Text Example
White with #74BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC9B; }
p { color: rgb(116,188,155); }
H1.HeaderClassName
{
color: #74BC9B;
}
.AnyTagClassName
{
color: #74BC9B;
}
</style>
background-color css
<style>
a { background-color: #74BC9B; }
a { background-color: rgb(116,188,155); }
div.DivClassName
{
background-color: #74BC9B;
}
.BgClassName
{
background-color: #74BC9B;
}
</style>
border-color css
<style>
span { border-color: #74BC9B; }
span { border-color: rgb(116,188,155); }
td.TdClassName
{
border-color: #74BC9B;
}
.TagClassName
{
border-color: #74BC9B;
}
</style>