Shades of Trendy Green #74842D
Tints of Trendy Green #74842D
RGB
CMYK
RGB Variations
Color information
#74842D (or 0x74842D) is known color: Trendy Green. HEX triplet: 74, 84 and 2D. RGB value is (116,132,45). Sum of RGB (Red+Green+Blue) = 116+132+45=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #74842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74842D is #8B7BD2. Grayscale: #757575. Windows color (decimal): -9141203 or 2983028. OLE color: 2983028.
HSL color Cylindrical-coordinate representation of color #74842D: hue angle of 71.03º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74842D is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 45 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.48 |
| HSL | 71.03º | 0.49% | 0.35% | - |
| HSV(B) | 71.03º | 0.66% | 0.52% | - |
| XYZ | 15.93 | 20.4 | 5.58 | - |
| YUV | 117.3 | 87.2 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 45 | 0.12 | 0 | 0.66 | 0.48 | 71.03 | 0.49 | 0.35 |
| Hex | 74 | 84 | 2D | C | 0 | 42 | 30 | 47 | 31 | 23 |
| Octal | 164 | 204 | 55 | 14 | 0 | 102 | 60 | 107 | 61 | 43 |
| Binary | 1110100 | 10000100 | 101101 | 1100 | 0 | 1000010 | 110000 | 1000111 | 110001 | 100011 |
Color Harmonies of #74842D
Complementary color
Monochromatic Colors of #74842D
Black with #74842D
Text Example
Text Example
White with #74842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74842D; }
p { color: rgb(116,132,45); }
H1.HeaderClassName
{
color: #74842D;
}
.AnyTagClassName
{
color: #74842D;
}
</style>
background-color css
<style>
a { background-color: #74842D; }
a { background-color: rgb(116,132,45); }
div.DivClassName
{
background-color: #74842D;
}
.BgClassName
{
background-color: #74842D;
}
</style>
border-color css
<style>
span { border-color: #74842D; }
span { border-color: rgb(116,132,45); }
td.TdClassName
{
border-color: #74842D;
}
.TagClassName
{
border-color: #74842D;
}
</style>