Shades of Trendy Green #727A12
Tints of Trendy Green #727A12
RGB
CMYK
RGB Variations
Color information
#727A12 (or 0x727A12) is known color: Trendy Green. HEX triplet: 72, 7A and 12. RGB value is (114,122,18). Sum of RGB (Red+Green+Blue) = 114+122+18=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #727A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727A12 is #8D85ED. Grayscale: #6C6C6C. Windows color (decimal): -9274862 or 1210994. OLE color: 1210994.
HSL color Cylindrical-coordinate representation of color #727A12: hue angle of 64.62º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #727A12 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 122 | 18 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.52 |
| HSL | 64.62º | 0.74% | 0.27% | - |
| HSV(B) | 64.62º | 0.85% | 0.48% | - |
| XYZ | 14.01 | 17.54 | 3.22 | - |
| YUV | 107.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 18 | 0.07 | 0 | 0.85 | 0.52 | 64.62 | 0.74 | 0.27 |
| Hex | 72 | 7A | 12 | 7 | 0 | 55 | 34 | 41 | 4A | 1B |
| Octal | 162 | 172 | 22 | 7 | 0 | 125 | 64 | 101 | 112 | 33 |
| Binary | 1110010 | 1111010 | 10010 | 111 | 0 | 1010101 | 110100 | 1000001 | 1001010 | 11011 |
Color Harmonies of #727A12
Complementary color
Monochromatic Colors of #727A12
Black with #727A12
Text Example
Text Example
White with #727A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A12; }
p { color: rgb(114,122,18); }
H1.HeaderClassName
{
color: #727A12;
}
.AnyTagClassName
{
color: #727A12;
}
</style>
background-color css
<style>
a { background-color: #727A12; }
a { background-color: rgb(114,122,18); }
div.DivClassName
{
background-color: #727A12;
}
.BgClassName
{
background-color: #727A12;
}
</style>
border-color css
<style>
span { border-color: #727A12; }
span { border-color: rgb(114,122,18); }
td.TdClassName
{
border-color: #727A12;
}
.TagClassName
{
border-color: #727A12;
}
</style>