Shades of Trendy Green #74832A
Tints of Trendy Green #74832A
RGB
CMYK
RGB Variations
Color information
#74832A (or 0x74832A) is known color: Trendy Green. HEX triplet: 74, 83 and 2A. RGB value is (116,131,42). Sum of RGB (Red+Green+Blue) = 116+131+42=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #74832A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74832A is #8B7CD5. Grayscale: #747474. Windows color (decimal): -9141462 or 2786164. OLE color: 2786164.
HSL color Cylindrical-coordinate representation of color #74832A: hue angle of 70.11º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74832A is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 42 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.49 |
| HSL | 70.11º | 0.51% | 0.34% | - |
| HSV(B) | 70.11º | 0.68% | 0.51% | - |
| XYZ | 15.74 | 20.11 | 5.24 | - |
| YUV | 116.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 42 | 0.11 | 0 | 0.68 | 0.49 | 70.11 | 0.51 | 0.34 |
| Hex | 74 | 83 | 2A | B | 0 | 44 | 31 | 46 | 33 | 22 |
| Octal | 164 | 203 | 52 | 13 | 0 | 104 | 61 | 106 | 63 | 42 |
| Binary | 1110100 | 10000011 | 101010 | 1011 | 0 | 1000100 | 110001 | 1000110 | 110011 | 100010 |
Color Harmonies of #74832A
Complementary color
Monochromatic Colors of #74832A
Black with #74832A
Text Example
Text Example
White with #74832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74832A; }
p { color: rgb(116,131,42); }
H1.HeaderClassName
{
color: #74832A;
}
.AnyTagClassName
{
color: #74832A;
}
</style>
background-color css
<style>
a { background-color: #74832A; }
a { background-color: rgb(116,131,42); }
div.DivClassName
{
background-color: #74832A;
}
.BgClassName
{
background-color: #74832A;
}
</style>
border-color css
<style>
span { border-color: #74832A; }
span { border-color: rgb(116,131,42); }
td.TdClassName
{
border-color: #74832A;
}
.TagClassName
{
border-color: #74832A;
}
</style>