Shades of Trendy Green #74822B
Tints of Trendy Green #74822B
RGB
CMYK
RGB Variations
Color information
#74822B (or 0x74822B) is known color: Trendy Green. HEX triplet: 74, 82 and 2B. RGB value is (116,130,43). Sum of RGB (Red+Green+Blue) = 116+130+43=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #74822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74822B is #8B7DD4. Grayscale: #747474. Windows color (decimal): -9141717 or 2851444. OLE color: 2851444.
HSL color Cylindrical-coordinate representation of color #74822B: hue angle of 69.66º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74822B is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 43 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.49 |
| HSL | 69.66º | 0.5% | 0.34% | - |
| HSV(B) | 69.66º | 0.67% | 0.51% | - |
| XYZ | 15.62 | 19.85 | 5.29 | - |
| YUV | 115.9 | 86.86 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 43 | 0.11 | 0 | 0.67 | 0.49 | 69.66 | 0.5 | 0.34 |
| Hex | 74 | 82 | 2B | B | 0 | 43 | 31 | 46 | 32 | 22 |
| Octal | 164 | 202 | 53 | 13 | 0 | 103 | 61 | 106 | 62 | 42 |
| Binary | 1110100 | 10000010 | 101011 | 1011 | 0 | 1000011 | 110001 | 1000110 | 110010 | 100010 |
Color Harmonies of #74822B
Complementary color
Monochromatic Colors of #74822B
Black with #74822B
Text Example
Text Example
White with #74822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74822B; }
p { color: rgb(116,130,43); }
H1.HeaderClassName
{
color: #74822B;
}
.AnyTagClassName
{
color: #74822B;
}
</style>
background-color css
<style>
a { background-color: #74822B; }
a { background-color: rgb(116,130,43); }
div.DivClassName
{
background-color: #74822B;
}
.BgClassName
{
background-color: #74822B;
}
</style>
border-color css
<style>
span { border-color: #74822B; }
span { border-color: rgb(116,130,43); }
td.TdClassName
{
border-color: #74822B;
}
.TagClassName
{
border-color: #74822B;
}
</style>