Shades of Trendy Green #74802F
Tints of Trendy Green #74802F
RGB
CMYK
RGB Variations
Color information
#74802F (or 0x74802F) is known color: Trendy Green. HEX triplet: 74, 80 and 2F. RGB value is (116,128,47). Sum of RGB (Red+Green+Blue) = 116+128+47=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #74802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74802F is #8B7FD0. Grayscale: #737373. Windows color (decimal): -9142225 or 3113076. OLE color: 3113076.
HSL color Cylindrical-coordinate representation of color #74802F: hue angle of 68.89º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74802F is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 47 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.50 |
| HSL | 68.89º | 0.46% | 0.34% | - |
| HSV(B) | 68.89º | 0.63% | 0.5% | - |
| XYZ | 15.43 | 19.36 | 5.61 | - |
| YUV | 115.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 47 | 0.09 | 0 | 0.63 | 0.50 | 68.89 | 0.46 | 0.34 |
| Hex | 74 | 80 | 2F | 9 | 0 | 3F | 32 | 45 | 2E | 22 |
| Octal | 164 | 200 | 57 | 11 | 0 | 77 | 62 | 105 | 56 | 42 |
| Binary | 1110100 | 10000000 | 101111 | 1001 | 0 | 111111 | 110010 | 1000101 | 101110 | 100010 |
Color Harmonies of #74802F
Complementary color
Monochromatic Colors of #74802F
Black with #74802F
Text Example
Text Example
White with #74802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74802F; }
p { color: rgb(116,128,47); }
H1.HeaderClassName
{
color: #74802F;
}
.AnyTagClassName
{
color: #74802F;
}
</style>
background-color css
<style>
a { background-color: #74802F; }
a { background-color: rgb(116,128,47); }
div.DivClassName
{
background-color: #74802F;
}
.BgClassName
{
background-color: #74802F;
}
</style>
border-color css
<style>
span { border-color: #74802F; }
span { border-color: rgb(116,128,47); }
td.TdClassName
{
border-color: #74802F;
}
.TagClassName
{
border-color: #74802F;
}
</style>