Shades of Trendy Green #748212
Tints of Trendy Green #748212
RGB
CMYK
RGB Variations
Color information
#748212 (or 0x748212) is known color: Trendy Green. HEX triplet: 74, 82 and 12. RGB value is (116,130,18). Sum of RGB (Red+Green+Blue) = 116+130+18=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #748212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748212 is #8B7DED. Grayscale: #717171. Windows color (decimal): -9141742 or 1213044. OLE color: 1213044.
HSL color Cylindrical-coordinate representation of color #748212: hue angle of 67.5º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #748212 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 18 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.49 |
| HSL | 67.5º | 0.76% | 0.29% | - |
| HSV(B) | 67.5º | 0.86% | 0.51% | - |
| XYZ | 15.29 | 19.72 | 3.57 | - |
| YUV | 113.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 18 | 0.11 | 0 | 0.86 | 0.49 | 67.5 | 0.76 | 0.29 |
| Hex | 74 | 82 | 12 | B | 0 | 56 | 31 | 44 | 4C | 1D |
| Octal | 164 | 202 | 22 | 13 | 0 | 126 | 61 | 104 | 114 | 35 |
| Binary | 1110100 | 10000010 | 10010 | 1011 | 0 | 1010110 | 110001 | 1000100 | 1001100 | 11101 |
Color Harmonies of #748212
Complementary color
Monochromatic Colors of #748212
Black with #748212
Text Example
Text Example
White with #748212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748212; }
p { color: rgb(116,130,18); }
H1.HeaderClassName
{
color: #748212;
}
.AnyTagClassName
{
color: #748212;
}
</style>
background-color css
<style>
a { background-color: #748212; }
a { background-color: rgb(116,130,18); }
div.DivClassName
{
background-color: #748212;
}
.BgClassName
{
background-color: #748212;
}
</style>
border-color css
<style>
span { border-color: #748212; }
span { border-color: rgb(116,130,18); }
td.TdClassName
{
border-color: #748212;
}
.TagClassName
{
border-color: #748212;
}
</style>