Shades of Trendy Green #74822C
Tints of Trendy Green #74822C
RGB
CMYK
RGB Variations
Color information
#74822C (or 0x74822C) is known color: Trendy Green. HEX triplet: 74, 82 and 2C. RGB value is (116,130,44). Sum of RGB (Red+Green+Blue) = 116+130+44=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #74822C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74822C is #8B7DD3. Grayscale: #747474. Windows color (decimal): -9141716 or 2916980. OLE color: 2916980.
HSL color Cylindrical-coordinate representation of color #74822C: hue angle of 69.77º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74822C is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 44 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.49 |
| HSL | 69.77º | 0.49% | 0.34% | - |
| HSV(B) | 69.77º | 0.66% | 0.51% | - |
| XYZ | 15.64 | 19.86 | 5.39 | - |
| YUV | 116.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 44 | 0.11 | 0 | 0.66 | 0.49 | 69.77 | 0.49 | 0.34 |
| Hex | 74 | 82 | 2C | B | 0 | 42 | 31 | 46 | 31 | 22 |
| Octal | 164 | 202 | 54 | 13 | 0 | 102 | 61 | 106 | 61 | 42 |
| Binary | 1110100 | 10000010 | 101100 | 1011 | 0 | 1000010 | 110001 | 1000110 | 110001 | 100010 |
Color Harmonies of #74822C
Complementary color
Monochromatic Colors of #74822C
Black with #74822C
Text Example
Text Example
White with #74822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74822C; }
p { color: rgb(116,130,44); }
H1.HeaderClassName
{
color: #74822C;
}
.AnyTagClassName
{
color: #74822C;
}
</style>
background-color css
<style>
a { background-color: #74822C; }
a { background-color: rgb(116,130,44); }
div.DivClassName
{
background-color: #74822C;
}
.BgClassName
{
background-color: #74822C;
}
</style>
border-color css
<style>
span { border-color: #74822C; }
span { border-color: rgb(116,130,44); }
td.TdClassName
{
border-color: #74822C;
}
.TagClassName
{
border-color: #74822C;
}
</style>