Shades of Trendy Green #737C12
Tints of Trendy Green #737C12
RGB
CMYK
RGB Variations
Color information
#737C12 (or 0x737C12) is known color: Trendy Green. HEX triplet: 73, 7C and 12. RGB value is (115,124,18). Sum of RGB (Red+Green+Blue) = 115+124+18=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #737C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737C12 is #8C83ED. Grayscale: #6D6D6D. Windows color (decimal): -9208814 or 1211507. OLE color: 1211507.
HSL color Cylindrical-coordinate representation of color #737C12: hue angle of 65.09º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #737C12 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 124 | 18 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.51 |
| HSL | 65.09º | 0.75% | 0.28% | - |
| HSV(B) | 65.09º | 0.85% | 0.49% | - |
| XYZ | 14.39 | 18.1 | 3.31 | - |
| YUV | 109.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 18 | 0.07 | 0 | 0.85 | 0.51 | 65.09 | 0.75 | 0.28 |
| Hex | 73 | 7C | 12 | 7 | 0 | 55 | 33 | 41 | 4B | 1C |
| Octal | 163 | 174 | 22 | 7 | 0 | 125 | 63 | 101 | 113 | 34 |
| Binary | 1110011 | 1111100 | 10010 | 111 | 0 | 1010101 | 110011 | 1000001 | 1001011 | 11100 |
Color Harmonies of #737C12
Complementary color
Monochromatic Colors of #737C12
Black with #737C12
Text Example
Text Example
White with #737C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C12; }
p { color: rgb(115,124,18); }
H1.HeaderClassName
{
color: #737C12;
}
.AnyTagClassName
{
color: #737C12;
}
</style>
background-color css
<style>
a { background-color: #737C12; }
a { background-color: rgb(115,124,18); }
div.DivClassName
{
background-color: #737C12;
}
.BgClassName
{
background-color: #737C12;
}
</style>
border-color css
<style>
span { border-color: #737C12; }
span { border-color: rgb(115,124,18); }
td.TdClassName
{
border-color: #737C12;
}
.TagClassName
{
border-color: #737C12;
}
</style>