Shades of Trendy Green #737A1F
Tints of Trendy Green #737A1F
RGB
CMYK
RGB Variations
Color information
#737A1F (or 0x737A1F) is known color: Trendy Green. HEX triplet: 73, 7A and 1F. RGB value is (115,122,31). Sum of RGB (Red+Green+Blue) = 115+122+31=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #737A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737A1F is #8C85E0. Grayscale: #6D6D6D. Windows color (decimal): -9209313 or 2062963. OLE color: 2062963.
HSL color Cylindrical-coordinate representation of color #737A1F: hue angle of 64.62º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #737A1F is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 31 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.52 |
| HSL | 64.62º | 0.59% | 0.3% | - |
| HSV(B) | 64.62º | 0.75% | 0.48% | - |
| XYZ | 14.28 | 17.66 | 3.95 | - |
| YUV | 109.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 31 | 0.06 | 0 | 0.75 | 0.52 | 64.62 | 0.59 | 0.3 |
| Hex | 73 | 7A | 1F | 6 | 0 | 4B | 34 | 41 | 3B | 1E |
| Octal | 163 | 172 | 37 | 6 | 0 | 113 | 64 | 101 | 73 | 36 |
| Binary | 1110011 | 1111010 | 11111 | 110 | 0 | 1001011 | 110100 | 1000001 | 111011 | 11110 |
Color Harmonies of #737A1F
Complementary color
Monochromatic Colors of #737A1F
Black with #737A1F
Text Example
Text Example
White with #737A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A1F; }
p { color: rgb(115,122,31); }
H1.HeaderClassName
{
color: #737A1F;
}
.AnyTagClassName
{
color: #737A1F;
}
</style>
background-color css
<style>
a { background-color: #737A1F; }
a { background-color: rgb(115,122,31); }
div.DivClassName
{
background-color: #737A1F;
}
.BgClassName
{
background-color: #737A1F;
}
</style>
border-color css
<style>
span { border-color: #737A1F; }
span { border-color: rgb(115,122,31); }
td.TdClassName
{
border-color: #737A1F;
}
.TagClassName
{
border-color: #737A1F;
}
</style>