Shades of Trendy Green #74802D
Tints of Trendy Green #74802D
RGB
CMYK
RGB Variations
Color information
#74802D (or 0x74802D) is known color: Trendy Green. HEX triplet: 74, 80 and 2D. RGB value is (116,128,45). Sum of RGB (Red+Green+Blue) = 116+128+45=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #74802D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74802D is #8B7FD2. Grayscale: #737373. Windows color (decimal): -9142227 or 2982004. OLE color: 2982004.
HSL color Cylindrical-coordinate representation of color #74802D: hue angle of 68.67º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74802D is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 45 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.50 |
| HSL | 68.67º | 0.48% | 0.34% | - |
| HSV(B) | 68.67º | 0.65% | 0.5% | - |
| XYZ | 15.4 | 19.34 | 5.4 | - |
| YUV | 114.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 45 | 0.09 | 0 | 0.65 | 0.50 | 68.67 | 0.48 | 0.34 |
| Hex | 74 | 80 | 2D | 9 | 0 | 41 | 32 | 45 | 30 | 22 |
| Octal | 164 | 200 | 55 | 11 | 0 | 101 | 62 | 105 | 60 | 42 |
| Binary | 1110100 | 10000000 | 101101 | 1001 | 0 | 1000001 | 110010 | 1000101 | 110000 | 100010 |
Color Harmonies of #74802D
Complementary color
Monochromatic Colors of #74802D
Black with #74802D
Text Example
Text Example
White with #74802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74802D; }
p { color: rgb(116,128,45); }
H1.HeaderClassName
{
color: #74802D;
}
.AnyTagClassName
{
color: #74802D;
}
</style>
background-color css
<style>
a { background-color: #74802D; }
a { background-color: rgb(116,128,45); }
div.DivClassName
{
background-color: #74802D;
}
.BgClassName
{
background-color: #74802D;
}
</style>
border-color css
<style>
span { border-color: #74802D; }
span { border-color: rgb(116,128,45); }
td.TdClassName
{
border-color: #74802D;
}
.TagClassName
{
border-color: #74802D;
}
</style>