Shades of Silver Tree #74CB96
Tints of Silver Tree #74CB96
RGB
CMYK
RGB Variations
Color information
#74CB96 (or 0x74CB96) is known color: Silver Tree. HEX triplet: 74, CB and 96. RGB value is (116,203,150). Sum of RGB (Red+Green+Blue) = 116+203+150=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CB96 is #8B3469. Grayscale: #ABABAB. Windows color (decimal): -9122922 or 9882484. OLE color: 9882484.
HSL color Cylindrical-coordinate representation of color #74CB96: hue angle of 143.45º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CB96 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 150 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.20 |
| HSL | 143.45º | 0.46% | 0.63% | - |
| HSV(B) | 143.45º | 0.43% | 0.8% | - |
| XYZ | 34.06 | 48.63 | 36.44 | - |
| YUV | 170.95 | 116.18 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 150 | 0.43 | 0 | 0.26 | 0.20 | 143.45 | 0.46 | 0.63 |
| Hex | 74 | CB | 96 | 2B | 0 | 1A | 14 | 8F | 2E | 3F |
| Octal | 164 | 313 | 226 | 53 | 0 | 32 | 24 | 217 | 56 | 77 |
| Binary | 1110100 | 11001011 | 10010110 | 101011 | 0 | 11010 | 10100 | 10001111 | 101110 | 111111 |
Color Harmonies of #74CB96
Complementary color
Monochromatic Colors of #74CB96
Black with #74CB96
Text Example
Text Example
White with #74CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB96; }
p { color: rgb(116,203,150); }
H1.HeaderClassName
{
color: #74CB96;
}
.AnyTagClassName
{
color: #74CB96;
}
</style>
background-color css
<style>
a { background-color: #74CB96; }
a { background-color: rgb(116,203,150); }
div.DivClassName
{
background-color: #74CB96;
}
.BgClassName
{
background-color: #74CB96;
}
</style>
border-color css
<style>
span { border-color: #74CB96; }
span { border-color: rgb(116,203,150); }
td.TdClassName
{
border-color: #74CB96;
}
.TagClassName
{
border-color: #74CB96;
}
</style>