Shades of Silver Tree #74C09D
Tints of Silver Tree #74C09D
RGB
CMYK
RGB Variations
Color information
#74C09D (or 0x74C09D) is known color: Silver Tree. HEX triplet: 74, C0 and 9D. RGB value is (116,192,157). Sum of RGB (Red+Green+Blue) = 116+192+157=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #74C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C09D is #8B3F62. Grayscale: #A5A5A5. Windows color (decimal): -9125731 or 10338420. OLE color: 10338420.
HSL color Cylindrical-coordinate representation of color #74C09D: hue angle of 152.37º 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 #74C09D is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 157 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.25 |
| HSL | 152.37º | 0.38% | 0.6% | - |
| HSV(B) | 152.37º | 0.4% | 0.75% | - |
| XYZ | 32.14 | 43.85 | 38.67 | - |
| YUV | 165.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 157 | 0.40 | 0 | 0.18 | 0.25 | 152.37 | 0.38 | 0.6 |
| Hex | 74 | C0 | 9D | 28 | 0 | 12 | 19 | 98 | 26 | 3C |
| Octal | 164 | 300 | 235 | 50 | 0 | 22 | 31 | 230 | 46 | 74 |
| Binary | 1110100 | 11000000 | 10011101 | 101000 | 0 | 10010 | 11001 | 10011000 | 100110 | 111100 |
Color Harmonies of #74C09D
Complementary color
Monochromatic Colors of #74C09D
Black with #74C09D
Text Example
Text Example
White with #74C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C09D; }
p { color: rgb(116,192,157); }
H1.HeaderClassName
{
color: #74C09D;
}
.AnyTagClassName
{
color: #74C09D;
}
</style>
background-color css
<style>
a { background-color: #74C09D; }
a { background-color: rgb(116,192,157); }
div.DivClassName
{
background-color: #74C09D;
}
.BgClassName
{
background-color: #74C09D;
}
</style>
border-color css
<style>
span { border-color: #74C09D; }
span { border-color: rgb(116,192,157); }
td.TdClassName
{
border-color: #74C09D;
}
.TagClassName
{
border-color: #74C09D;
}
</style>