Shades of Silver Tree #74C29A
Tints of Silver Tree #74C29A
RGB
CMYK
RGB Variations
Color information
#74C29A (or 0x74C29A) is known color: Silver Tree. HEX triplet: 74, C2 and 9A. RGB value is (116,194,154). Sum of RGB (Red+Green+Blue) = 116+194+154=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #74C29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C29A is #8B3D65. Grayscale: #A6A6A6. Windows color (decimal): -9125222 or 10142324. OLE color: 10142324.
HSL color Cylindrical-coordinate representation of color #74C29A: hue angle of 149.23º 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 #74C29A is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 154 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.24 |
| HSL | 149.23º | 0.39% | 0.61% | - |
| HSV(B) | 149.23º | 0.4% | 0.76% | - |
| XYZ | 32.33 | 44.63 | 37.48 | - |
| YUV | 166.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 154 | 0.40 | 0 | 0.21 | 0.24 | 149.23 | 0.39 | 0.61 |
| Hex | 74 | C2 | 9A | 28 | 0 | 15 | 18 | 95 | 27 | 3D |
| Octal | 164 | 302 | 232 | 50 | 0 | 25 | 30 | 225 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10011010 | 101000 | 0 | 10101 | 11000 | 10010101 | 100111 | 111101 |
Color Harmonies of #74C29A
Complementary color
Monochromatic Colors of #74C29A
Black with #74C29A
Text Example
Text Example
White with #74C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C29A; }
p { color: rgb(116,194,154); }
H1.HeaderClassName
{
color: #74C29A;
}
.AnyTagClassName
{
color: #74C29A;
}
</style>
background-color css
<style>
a { background-color: #74C29A; }
a { background-color: rgb(116,194,154); }
div.DivClassName
{
background-color: #74C29A;
}
.BgClassName
{
background-color: #74C29A;
}
</style>
border-color css
<style>
span { border-color: #74C29A; }
span { border-color: rgb(116,194,154); }
td.TdClassName
{
border-color: #74C29A;
}
.TagClassName
{
border-color: #74C29A;
}
</style>