Shades of Silver Tree #74CB9B
Tints of Silver Tree #74CB9B
RGB
CMYK
RGB Variations
Color information
#74CB9B (or 0x74CB9B) is known color: Silver Tree. HEX triplet: 74, CB and 9B. RGB value is (116,203,155). Sum of RGB (Red+Green+Blue) = 116+203+155=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CB9B is #8B3464. Grayscale: #ABABAB. Windows color (decimal): -9122917 or 10210164. OLE color: 10210164.
HSL color Cylindrical-coordinate representation of color #74CB9B: hue angle of 146.9º 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 #74CB9B is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 155 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.20 |
| HSL | 146.9º | 0.46% | 0.63% | - |
| HSV(B) | 146.9º | 0.43% | 0.8% | - |
| XYZ | 34.47 | 48.79 | 38.61 | - |
| YUV | 171.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 155 | 0.43 | 0 | 0.24 | 0.20 | 146.9 | 0.46 | 0.63 |
| Hex | 74 | CB | 9B | 2B | 0 | 18 | 14 | 93 | 2E | 3F |
| Octal | 164 | 313 | 233 | 53 | 0 | 30 | 24 | 223 | 56 | 77 |
| Binary | 1110100 | 11001011 | 10011011 | 101011 | 0 | 11000 | 10100 | 10010011 | 101110 | 111111 |
Color Harmonies of #74CB9B
Complementary color
Monochromatic Colors of #74CB9B
Black with #74CB9B
Text Example
Text Example
White with #74CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB9B; }
p { color: rgb(116,203,155); }
H1.HeaderClassName
{
color: #74CB9B;
}
.AnyTagClassName
{
color: #74CB9B;
}
</style>
background-color css
<style>
a { background-color: #74CB9B; }
a { background-color: rgb(116,203,155); }
div.DivClassName
{
background-color: #74CB9B;
}
.BgClassName
{
background-color: #74CB9B;
}
</style>
border-color css
<style>
span { border-color: #74CB9B; }
span { border-color: rgb(116,203,155); }
td.TdClassName
{
border-color: #74CB9B;
}
.TagClassName
{
border-color: #74CB9B;
}
</style>