Shades of Trendy Green #757C1C
Tints of Trendy Green #757C1C
RGB
CMYK
RGB Variations
Color information
#757C1C (or 0x757C1C) is known color: Trendy Green. HEX triplet: 75, 7C and 1C. RGB value is (117,124,28). Sum of RGB (Red+Green+Blue) = 117+124+28=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #757C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757C1C is #8A83E3. Grayscale: #6F6F6F. Windows color (decimal): -9077732 or 1866869. OLE color: 1866869.
HSL color Cylindrical-coordinate representation of color #757C1C: hue angle of 64.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #757C1C is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 28 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.51 |
| HSL | 64.38º | 0.63% | 0.3% | - |
| HSV(B) | 64.38º | 0.77% | 0.49% | - |
| XYZ | 14.75 | 18.28 | 3.85 | - |
| YUV | 110.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 28 | 0.06 | 0 | 0.77 | 0.51 | 64.38 | 0.63 | 0.3 |
| Hex | 75 | 7C | 1C | 6 | 0 | 4D | 33 | 40 | 3F | 1E |
| Octal | 165 | 174 | 34 | 6 | 0 | 115 | 63 | 100 | 77 | 36 |
| Binary | 1110101 | 1111100 | 11100 | 110 | 0 | 1001101 | 110011 | 1000000 | 111111 | 11110 |
Color Harmonies of #757C1C
Complementary color
Monochromatic Colors of #757C1C
Black with #757C1C
Text Example
Text Example
White with #757C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C1C; }
p { color: rgb(117,124,28); }
H1.HeaderClassName
{
color: #757C1C;
}
.AnyTagClassName
{
color: #757C1C;
}
</style>
background-color css
<style>
a { background-color: #757C1C; }
a { background-color: rgb(117,124,28); }
div.DivClassName
{
background-color: #757C1C;
}
.BgClassName
{
background-color: #757C1C;
}
</style>
border-color css
<style>
span { border-color: #757C1C; }
span { border-color: rgb(117,124,28); }
td.TdClassName
{
border-color: #757C1C;
}
.TagClassName
{
border-color: #757C1C;
}
</style>