Shades of Silver Tree #74BC9C
Tints of Silver Tree #74BC9C
RGB
CMYK
RGB Variations
Color information
#74BC9C (or 0x74BC9C) is known color: Silver Tree. HEX triplet: 74, BC and 9C. RGB value is (116,188,156). Sum of RGB (Red+Green+Blue) = 116+188+156=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BC9C is #8B4363. Grayscale: #A2A2A2. Windows color (decimal): -9126756 or 10271860. OLE color: 10271860.
HSL color Cylindrical-coordinate representation of color #74BC9C: hue angle of 153.33º 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 #74BC9C is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 156 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.26 |
| HSL | 153.33º | 0.35% | 0.6% | - |
| HSV(B) | 153.33º | 0.38% | 0.74% | - |
| XYZ | 31.19 | 42.08 | 37.93 | - |
| YUV | 162.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 156 | 0.38 | 0 | 0.17 | 0.26 | 153.33 | 0.35 | 0.6 |
| Hex | 74 | BC | 9C | 26 | 0 | 11 | 1A | 99 | 23 | 3C |
| Octal | 164 | 274 | 234 | 46 | 0 | 21 | 32 | 231 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10011100 | 100110 | 0 | 10001 | 11010 | 10011001 | 100011 | 111100 |
Color Harmonies of #74BC9C
Complementary color
Monochromatic Colors of #74BC9C
Black with #74BC9C
Text Example
Text Example
White with #74BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC9C; }
p { color: rgb(116,188,156); }
H1.HeaderClassName
{
color: #74BC9C;
}
.AnyTagClassName
{
color: #74BC9C;
}
</style>
background-color css
<style>
a { background-color: #74BC9C; }
a { background-color: rgb(116,188,156); }
div.DivClassName
{
background-color: #74BC9C;
}
.BgClassName
{
background-color: #74BC9C;
}
</style>
border-color css
<style>
span { border-color: #74BC9C; }
span { border-color: rgb(116,188,156); }
td.TdClassName
{
border-color: #74BC9C;
}
.TagClassName
{
border-color: #74BC9C;
}
</style>