Shades of Trendy Green #757A1A
Tints of Trendy Green #757A1A
RGB
CMYK
RGB Variations
Color information
#757A1A (or 0x757A1A) is known color: Trendy Green. HEX triplet: 75, 7A and 1A. RGB value is (117,122,26). Sum of RGB (Red+Green+Blue) = 117+122+26=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #757A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A1A is #8A85E5. Grayscale: #6D6D6D. Windows color (decimal): -9078246 or 1735285. OLE color: 1735285.
HSL color Cylindrical-coordinate representation of color #757A1A: hue angle of 63.12º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #757A1A is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 26 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.52 |
| HSL | 63.13º | 0.65% | 0.29% | - |
| HSV(B) | 63.13º | 0.79% | 0.48% | - |
| XYZ | 14.48 | 17.78 | 3.65 | - |
| YUV | 109.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 26 | 0.04 | 0 | 0.79 | 0.52 | 63.13 | 0.65 | 0.29 |
| Hex | 75 | 7A | 1A | 4 | 0 | 4F | 34 | 3F | 41 | 1D |
| Octal | 165 | 172 | 32 | 4 | 0 | 117 | 64 | 77 | 101 | 35 |
| Binary | 1110101 | 1111010 | 11010 | 100 | 0 | 1001111 | 110100 | 111111 | 1000001 | 11101 |
Color Harmonies of #757A1A
Complementary color
Monochromatic Colors of #757A1A
Black with #757A1A
Text Example
Text Example
White with #757A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A1A; }
p { color: rgb(117,122,26); }
H1.HeaderClassName
{
color: #757A1A;
}
.AnyTagClassName
{
color: #757A1A;
}
</style>
background-color css
<style>
a { background-color: #757A1A; }
a { background-color: rgb(117,122,26); }
div.DivClassName
{
background-color: #757A1A;
}
.BgClassName
{
background-color: #757A1A;
}
</style>
border-color css
<style>
span { border-color: #757A1A; }
span { border-color: rgb(117,122,26); }
td.TdClassName
{
border-color: #757A1A;
}
.TagClassName
{
border-color: #757A1A;
}
</style>