Shades of Trendy Green #74842A
Tints of Trendy Green #74842A
RGB
CMYK
RGB Variations
Color information
#74842A (or 0x74842A) is known color: Trendy Green. HEX triplet: 74, 84 and 2A. RGB value is (116,132,42). Sum of RGB (Red+Green+Blue) = 116+132+42=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #74842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74842A is #8B7BD5. Grayscale: #757575. Windows color (decimal): -9141206 or 2786420. OLE color: 2786420.
HSL color Cylindrical-coordinate representation of color #74842A: hue angle of 70.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74842A is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 42 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.48 |
| HSL | 70.67º | 0.52% | 0.34% | - |
| HSV(B) | 70.67º | 0.68% | 0.52% | - |
| XYZ | 15.87 | 20.38 | 5.29 | - |
| YUV | 116.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 42 | 0.12 | 0 | 0.68 | 0.48 | 70.67 | 0.52 | 0.34 |
| Hex | 74 | 84 | 2A | C | 0 | 44 | 30 | 47 | 34 | 22 |
| Octal | 164 | 204 | 52 | 14 | 0 | 104 | 60 | 107 | 64 | 42 |
| Binary | 1110100 | 10000100 | 101010 | 1100 | 0 | 1000100 | 110000 | 1000111 | 110100 | 100010 |
Color Harmonies of #74842A
Complementary color
Monochromatic Colors of #74842A
Black with #74842A
Text Example
Text Example
White with #74842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74842A; }
p { color: rgb(116,132,42); }
H1.HeaderClassName
{
color: #74842A;
}
.AnyTagClassName
{
color: #74842A;
}
</style>
background-color css
<style>
a { background-color: #74842A; }
a { background-color: rgb(116,132,42); }
div.DivClassName
{
background-color: #74842A;
}
.BgClassName
{
background-color: #74842A;
}
</style>
border-color css
<style>
span { border-color: #74842A; }
span { border-color: rgb(116,132,42); }
td.TdClassName
{
border-color: #74842A;
}
.TagClassName
{
border-color: #74842A;
}
</style>