Shades of Trendy Green #74881D
Tints of Trendy Green #74881D
RGB
CMYK
RGB Variations
Color information
#74881D (or 0x74881D) is known color: Trendy Green. HEX triplet: 74, 88 and 1D. RGB value is (116,136,29). Sum of RGB (Red+Green+Blue) = 116+136+29=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #74881D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74881D is #8B77E2. Grayscale: #767676. Windows color (decimal): -9140195 or 1935476. OLE color: 1935476.
HSL color Cylindrical-coordinate representation of color #74881D: hue angle of 71.21º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74881D is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 29 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.47 |
| HSL | 71.21º | 0.65% | 0.32% | - |
| HSV(B) | 71.21º | 0.79% | 0.53% | - |
| XYZ | 16.23 | 21.41 | 4.44 | - |
| YUV | 117.82 | 77.87 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 29 | 0.15 | 0 | 0.79 | 0.47 | 71.21 | 0.65 | 0.32 |
| Hex | 74 | 88 | 1D | F | 0 | 4F | 2F | 47 | 41 | 20 |
| Octal | 164 | 210 | 35 | 17 | 0 | 117 | 57 | 107 | 101 | 40 |
| Binary | 1110100 | 10001000 | 11101 | 1111 | 0 | 1001111 | 101111 | 1000111 | 1000001 | 100000 |
Color Harmonies of #74881D
Complementary color
Monochromatic Colors of #74881D
Black with #74881D
Text Example
Text Example
White with #74881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74881D; }
p { color: rgb(116,136,29); }
H1.HeaderClassName
{
color: #74881D;
}
.AnyTagClassName
{
color: #74881D;
}
</style>
background-color css
<style>
a { background-color: #74881D; }
a { background-color: rgb(116,136,29); }
div.DivClassName
{
background-color: #74881D;
}
.BgClassName
{
background-color: #74881D;
}
</style>
border-color css
<style>
span { border-color: #74881D; }
span { border-color: rgb(116,136,29); }
td.TdClassName
{
border-color: #74881D;
}
.TagClassName
{
border-color: #74881D;
}
</style>