Shades of Trendy Green #74831A
Tints of Trendy Green #74831A
RGB
CMYK
RGB Variations
Color information
#74831A (or 0x74831A) is known color: Trendy Green. HEX triplet: 74, 83 and 1A. RGB value is (116,131,26). Sum of RGB (Red+Green+Blue) = 116+131+26=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #74831A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74831A is #8B7CE5. Grayscale: #727272. Windows color (decimal): -9141478 or 1737588. OLE color: 1737588.
HSL color Cylindrical-coordinate representation of color #74831A: hue angle of 68.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74831A is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 26 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.49 |
| HSL | 68.57º | 0.67% | 0.31% | - |
| HSV(B) | 68.57º | 0.8% | 0.51% | - |
| XYZ | 15.51 | 20.02 | 4.02 | - |
| YUV | 114.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 26 | 0.11 | 0 | 0.80 | 0.49 | 68.57 | 0.67 | 0.31 |
| Hex | 74 | 83 | 1A | B | 0 | 50 | 31 | 45 | 43 | 1F |
| Octal | 164 | 203 | 32 | 13 | 0 | 120 | 61 | 105 | 103 | 37 |
| Binary | 1110100 | 10000011 | 11010 | 1011 | 0 | 1010000 | 110001 | 1000101 | 1000011 | 11111 |
Color Harmonies of #74831A
Complementary color
Monochromatic Colors of #74831A
Black with #74831A
Text Example
Text Example
White with #74831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74831A; }
p { color: rgb(116,131,26); }
H1.HeaderClassName
{
color: #74831A;
}
.AnyTagClassName
{
color: #74831A;
}
</style>
background-color css
<style>
a { background-color: #74831A; }
a { background-color: rgb(116,131,26); }
div.DivClassName
{
background-color: #74831A;
}
.BgClassName
{
background-color: #74831A;
}
</style>
border-color css
<style>
span { border-color: #74831A; }
span { border-color: rgb(116,131,26); }
td.TdClassName
{
border-color: #74831A;
}
.TagClassName
{
border-color: #74831A;
}
</style>