Shades of Trendy Green #74881E
Tints of Trendy Green #74881E
RGB
CMYK
RGB Variations
Color information
#74881E (or 0x74881E) is known color: Trendy Green. HEX triplet: 74, 88 and 1E. RGB value is (116,136,30). Sum of RGB (Red+Green+Blue) = 116+136+30=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #74881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74881E is #8B77E1. Grayscale: #767676. Windows color (decimal): -9140194 or 2001012. OLE color: 2001012.
HSL color Cylindrical-coordinate representation of color #74881E: hue angle of 71.32º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74881E is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 30 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.47 |
| HSL | 71.32º | 0.64% | 0.33% | - |
| HSV(B) | 71.32º | 0.78% | 0.53% | - |
| XYZ | 16.24 | 21.42 | 4.51 | - |
| YUV | 117.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 30 | 0.15 | 0 | 0.78 | 0.47 | 71.32 | 0.64 | 0.33 |
| Hex | 74 | 88 | 1E | F | 0 | 4E | 2F | 47 | 40 | 21 |
| Octal | 164 | 210 | 36 | 17 | 0 | 116 | 57 | 107 | 100 | 41 |
| Binary | 1110100 | 10001000 | 11110 | 1111 | 0 | 1001110 | 101111 | 1000111 | 1000000 | 100001 |
Color Harmonies of #74881E
Complementary color
Monochromatic Colors of #74881E
Black with #74881E
Text Example
Text Example
White with #74881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74881E; }
p { color: rgb(116,136,30); }
H1.HeaderClassName
{
color: #74881E;
}
.AnyTagClassName
{
color: #74881E;
}
</style>
background-color css
<style>
a { background-color: #74881E; }
a { background-color: rgb(116,136,30); }
div.DivClassName
{
background-color: #74881E;
}
.BgClassName
{
background-color: #74881E;
}
</style>
border-color css
<style>
span { border-color: #74881E; }
span { border-color: rgb(116,136,30); }
td.TdClassName
{
border-color: #74881E;
}
.TagClassName
{
border-color: #74881E;
}
</style>