Shades of Silver Tree #74C298
Tints of Silver Tree #74C298
RGB
CMYK
RGB Variations
Color information
#74C298 (or 0x74C298) is known color: Silver Tree. HEX triplet: 74, C2 and 98. RGB value is (116,194,152). Sum of RGB (Red+Green+Blue) = 116+194+152=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #74C298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C298 is #8B3D67. Grayscale: #A5A5A5. Windows color (decimal): -9125224 or 10011252. OLE color: 10011252.
HSL color Cylindrical-coordinate representation of color #74C298: hue angle of 147.69º 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 #74C298 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 152 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.24 |
| HSL | 147.69º | 0.39% | 0.61% | - |
| HSV(B) | 147.69º | 0.4% | 0.76% | - |
| XYZ | 32.16 | 44.56 | 36.61 | - |
| YUV | 165.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 152 | 0.40 | 0 | 0.22 | 0.24 | 147.69 | 0.39 | 0.61 |
| Hex | 74 | C2 | 98 | 28 | 0 | 16 | 18 | 94 | 27 | 3D |
| Octal | 164 | 302 | 230 | 50 | 0 | 26 | 30 | 224 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10011000 | 101000 | 0 | 10110 | 11000 | 10010100 | 100111 | 111101 |
Color Harmonies of #74C298
Complementary color
Monochromatic Colors of #74C298
Black with #74C298
Text Example
Text Example
White with #74C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C298; }
p { color: rgb(116,194,152); }
H1.HeaderClassName
{
color: #74C298;
}
.AnyTagClassName
{
color: #74C298;
}
</style>
background-color css
<style>
a { background-color: #74C298; }
a { background-color: rgb(116,194,152); }
div.DivClassName
{
background-color: #74C298;
}
.BgClassName
{
background-color: #74C298;
}
</style>
border-color css
<style>
span { border-color: #74C298; }
span { border-color: rgb(116,194,152); }
td.TdClassName
{
border-color: #74C298;
}
.TagClassName
{
border-color: #74C298;
}
</style>