Shades of Trendy Green #747F1C
Tints of Trendy Green #747F1C
RGB
CMYK
RGB Variations
Color information
#747F1C (or 0x747F1C) is known color: Trendy Green. HEX triplet: 74, 7F and 1C. RGB value is (116,127,28). Sum of RGB (Red+Green+Blue) = 116+127+28=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #747F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747F1C is #8B80E3. Grayscale: #707070. Windows color (decimal): -9142500 or 1867636. OLE color: 1867636.
HSL color Cylindrical-coordinate representation of color #747F1C: hue angle of 66.67º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #747F1C is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 28 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.50 |
| HSL | 66.67º | 0.64% | 0.3% | - |
| HSV(B) | 66.67º | 0.78% | 0.5% | - |
| XYZ | 15 | 18.98 | 3.97 | - |
| YUV | 112.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 28 | 0.09 | 0 | 0.78 | 0.50 | 66.67 | 0.64 | 0.3 |
| Hex | 74 | 7F | 1C | 9 | 0 | 4E | 32 | 43 | 40 | 1E |
| Octal | 164 | 177 | 34 | 11 | 0 | 116 | 62 | 103 | 100 | 36 |
| Binary | 1110100 | 1111111 | 11100 | 1001 | 0 | 1001110 | 110010 | 1000011 | 1000000 | 11110 |
Color Harmonies of #747F1C
Complementary color
Monochromatic Colors of #747F1C
Black with #747F1C
Text Example
Text Example
White with #747F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F1C; }
p { color: rgb(116,127,28); }
H1.HeaderClassName
{
color: #747F1C;
}
.AnyTagClassName
{
color: #747F1C;
}
</style>
background-color css
<style>
a { background-color: #747F1C; }
a { background-color: rgb(116,127,28); }
div.DivClassName
{
background-color: #747F1C;
}
.BgClassName
{
background-color: #747F1C;
}
</style>
border-color css
<style>
span { border-color: #747F1C; }
span { border-color: rgb(116,127,28); }
td.TdClassName
{
border-color: #747F1C;
}
.TagClassName
{
border-color: #747F1C;
}
</style>