Shades of Silver Tree #74C09C
Tints of Silver Tree #74C09C
RGB
CMYK
RGB Variations
Color information
#74C09C (or 0x74C09C) is known color: Silver Tree. HEX triplet: 74, C0 and 9C. RGB value is (116,192,156). Sum of RGB (Red+Green+Blue) = 116+192+156=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #74C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C09C is #8B3F63. Grayscale: #A5A5A5. Windows color (decimal): -9125732 or 10272884. OLE color: 10272884.
HSL color Cylindrical-coordinate representation of color #74C09C: hue angle of 151.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C09C is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 156 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.25 |
| HSL | 151.58º | 0.38% | 0.6% | - |
| HSV(B) | 151.58º | 0.4% | 0.75% | - |
| XYZ | 32.05 | 43.81 | 38.22 | - |
| YUV | 165.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 156 | 0.40 | 0 | 0.19 | 0.25 | 151.58 | 0.38 | 0.6 |
| Hex | 74 | C0 | 9C | 28 | 0 | 13 | 19 | 98 | 26 | 3C |
| Octal | 164 | 300 | 234 | 50 | 0 | 23 | 31 | 230 | 46 | 74 |
| Binary | 1110100 | 11000000 | 10011100 | 101000 | 0 | 10011 | 11001 | 10011000 | 100110 | 111100 |
Color Harmonies of #74C09C
Complementary color
Monochromatic Colors of #74C09C
Black with #74C09C
Text Example
Text Example
White with #74C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C09C; }
p { color: rgb(116,192,156); }
H1.HeaderClassName
{
color: #74C09C;
}
.AnyTagClassName
{
color: #74C09C;
}
</style>
background-color css
<style>
a { background-color: #74C09C; }
a { background-color: rgb(116,192,156); }
div.DivClassName
{
background-color: #74C09C;
}
.BgClassName
{
background-color: #74C09C;
}
</style>
border-color css
<style>
span { border-color: #74C09C; }
span { border-color: rgb(116,192,156); }
td.TdClassName
{
border-color: #74C09C;
}
.TagClassName
{
border-color: #74C09C;
}
</style>