Shades of Trendy Green #74802B
Tints of Trendy Green #74802B
RGB
CMYK
RGB Variations
Color information
#74802B (or 0x74802B) is known color: Trendy Green. HEX triplet: 74, 80 and 2B. RGB value is (116,128,43). Sum of RGB (Red+Green+Blue) = 116+128+43=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #74802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74802B is #8B7FD4. Grayscale: #737373. Windows color (decimal): -9142229 or 2850932. OLE color: 2850932.
HSL color Cylindrical-coordinate representation of color #74802B: hue angle of 68.47º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74802B is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 43 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.50 |
| HSL | 68.47º | 0.5% | 0.34% | - |
| HSV(B) | 68.47º | 0.66% | 0.5% | - |
| XYZ | 15.36 | 19.33 | 5.21 | - |
| YUV | 114.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 43 | 0.09 | 0 | 0.66 | 0.50 | 68.47 | 0.5 | 0.34 |
| Hex | 74 | 80 | 2B | 9 | 0 | 42 | 32 | 44 | 32 | 22 |
| Octal | 164 | 200 | 53 | 11 | 0 | 102 | 62 | 104 | 62 | 42 |
| Binary | 1110100 | 10000000 | 101011 | 1001 | 0 | 1000010 | 110010 | 1000100 | 110010 | 100010 |
Color Harmonies of #74802B
Complementary color
Monochromatic Colors of #74802B
Black with #74802B
Text Example
Text Example
White with #74802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74802B; }
p { color: rgb(116,128,43); }
H1.HeaderClassName
{
color: #74802B;
}
.AnyTagClassName
{
color: #74802B;
}
</style>
background-color css
<style>
a { background-color: #74802B; }
a { background-color: rgb(116,128,43); }
div.DivClassName
{
background-color: #74802B;
}
.BgClassName
{
background-color: #74802B;
}
</style>
border-color css
<style>
span { border-color: #74802B; }
span { border-color: rgb(116,128,43); }
td.TdClassName
{
border-color: #74802B;
}
.TagClassName
{
border-color: #74802B;
}
</style>