Shades of Trendy Green #74842C
Tints of Trendy Green #74842C
RGB
CMYK
RGB Variations
Color information
#74842C (or 0x74842C) is known color: Trendy Green. HEX triplet: 74, 84 and 2C. RGB value is (116,132,44). Sum of RGB (Red+Green+Blue) = 116+132+44=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #74842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74842C is #8B7BD3. Grayscale: #757575. Windows color (decimal): -9141204 or 2917492. OLE color: 2917492.
HSL color Cylindrical-coordinate representation of color #74842C: hue angle of 70.91º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74842C is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 44 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.48 |
| HSL | 70.91º | 0.5% | 0.35% | - |
| HSV(B) | 70.91º | 0.67% | 0.52% | - |
| XYZ | 15.91 | 20.4 | 5.48 | - |
| YUV | 117.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 44 | 0.12 | 0 | 0.67 | 0.48 | 70.91 | 0.5 | 0.35 |
| Hex | 74 | 84 | 2C | C | 0 | 43 | 30 | 47 | 32 | 23 |
| Octal | 164 | 204 | 54 | 14 | 0 | 103 | 60 | 107 | 62 | 43 |
| Binary | 1110100 | 10000100 | 101100 | 1100 | 0 | 1000011 | 110000 | 1000111 | 110010 | 100011 |
Color Harmonies of #74842C
Complementary color
Monochromatic Colors of #74842C
Black with #74842C
Text Example
Text Example
White with #74842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74842C; }
p { color: rgb(116,132,44); }
H1.HeaderClassName
{
color: #74842C;
}
.AnyTagClassName
{
color: #74842C;
}
</style>
background-color css
<style>
a { background-color: #74842C; }
a { background-color: rgb(116,132,44); }
div.DivClassName
{
background-color: #74842C;
}
.BgClassName
{
background-color: #74842C;
}
</style>
border-color css
<style>
span { border-color: #74842C; }
span { border-color: rgb(116,132,44); }
td.TdClassName
{
border-color: #74842C;
}
.TagClassName
{
border-color: #74842C;
}
</style>