Shades of Silver Tree #74C09F
Tints of Silver Tree #74C09F
RGB
CMYK
RGB Variations
Color information
#74C09F (or 0x74C09F) is known color: Silver Tree. HEX triplet: 74, C0 and 9F. RGB value is (116,192,159). Sum of RGB (Red+Green+Blue) = 116+192+159=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #74C09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C09F is #8B3F60. Grayscale: #A5A5A5. Windows color (decimal): -9125729 or 10469492. OLE color: 10469492.
HSL color Cylindrical-coordinate representation of color #74C09F: hue angle of 153.95º 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 #74C09F is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 159 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.25 |
| HSL | 153.95º | 0.38% | 0.6% | - |
| HSV(B) | 153.95º | 0.4% | 0.75% | - |
| XYZ | 32.31 | 43.92 | 39.57 | - |
| YUV | 165.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 159 | 0.40 | 0 | 0.17 | 0.25 | 153.95 | 0.38 | 0.6 |
| Hex | 74 | C0 | 9F | 28 | 0 | 11 | 19 | 9A | 26 | 3C |
| Octal | 164 | 300 | 237 | 50 | 0 | 21 | 31 | 232 | 46 | 74 |
| Binary | 1110100 | 11000000 | 10011111 | 101000 | 0 | 10001 | 11001 | 10011010 | 100110 | 111100 |
Color Harmonies of #74C09F
Complementary color
Monochromatic Colors of #74C09F
Black with #74C09F
Text Example
Text Example
White with #74C09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C09F; }
p { color: rgb(116,192,159); }
H1.HeaderClassName
{
color: #74C09F;
}
.AnyTagClassName
{
color: #74C09F;
}
</style>
background-color css
<style>
a { background-color: #74C09F; }
a { background-color: rgb(116,192,159); }
div.DivClassName
{
background-color: #74C09F;
}
.BgClassName
{
background-color: #74C09F;
}
</style>
border-color css
<style>
span { border-color: #74C09F; }
span { border-color: rgb(116,192,159); }
td.TdClassName
{
border-color: #74C09F;
}
.TagClassName
{
border-color: #74C09F;
}
</style>