Shades of Silver Tree #74C29C
Tints of Silver Tree #74C29C
RGB
CMYK
RGB Variations
Color information
#74C29C (or 0x74C29C) is known color: Silver Tree. HEX triplet: 74, C2 and 9C. RGB value is (116,194,156). Sum of RGB (Red+Green+Blue) = 116+194+156=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #74C29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C29C is #8B3D63. Grayscale: #A6A6A6. Windows color (decimal): -9125220 or 10273396. OLE color: 10273396.
HSL color Cylindrical-coordinate representation of color #74C29C: hue angle of 150.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C29C is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 156 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.24 |
| HSL | 150.77º | 0.39% | 0.61% | - |
| HSV(B) | 150.77º | 0.4% | 0.76% | - |
| XYZ | 32.5 | 44.7 | 38.37 | - |
| YUV | 166.35 | 122.16 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 156 | 0.40 | 0 | 0.20 | 0.24 | 150.77 | 0.39 | 0.61 |
| Hex | 74 | C2 | 9C | 28 | 0 | 14 | 18 | 97 | 27 | 3D |
| Octal | 164 | 302 | 234 | 50 | 0 | 24 | 30 | 227 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10011100 | 101000 | 0 | 10100 | 11000 | 10010111 | 100111 | 111101 |
Color Harmonies of #74C29C
Complementary color
Monochromatic Colors of #74C29C
Black with #74C29C
Text Example
Text Example
White with #74C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C29C; }
p { color: rgb(116,194,156); }
H1.HeaderClassName
{
color: #74C29C;
}
.AnyTagClassName
{
color: #74C29C;
}
</style>
background-color css
<style>
a { background-color: #74C29C; }
a { background-color: rgb(116,194,156); }
div.DivClassName
{
background-color: #74C29C;
}
.BgClassName
{
background-color: #74C29C;
}
</style>
border-color css
<style>
span { border-color: #74C29C; }
span { border-color: rgb(116,194,156); }
td.TdClassName
{
border-color: #74C29C;
}
.TagClassName
{
border-color: #74C29C;
}
</style>