Shades of Trendy Green #747F18
Tints of Trendy Green #747F18
RGB
CMYK
RGB Variations
Color information
#747F18 (or 0x747F18) is known color: Trendy Green. HEX triplet: 74, 7F and 18. RGB value is (116,127,24). Sum of RGB (Red+Green+Blue) = 116+127+24=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #747F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F18 is #8B80E7. Grayscale: #707070. Windows color (decimal): -9142504 or 1605492. OLE color: 1605492.
HSL color Cylindrical-coordinate representation of color #747F18: hue angle of 66.41º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #747F18 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 24 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.50 |
| HSL | 66.41º | 0.68% | 0.3% | - |
| HSV(B) | 66.41º | 0.81% | 0.5% | - |
| XYZ | 14.96 | 18.96 | 3.74 | - |
| YUV | 111.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 24 | 0.09 | 0 | 0.81 | 0.50 | 66.41 | 0.68 | 0.3 |
| Hex | 74 | 7F | 18 | 9 | 0 | 51 | 32 | 42 | 44 | 1E |
| Octal | 164 | 177 | 30 | 11 | 0 | 121 | 62 | 102 | 104 | 36 |
| Binary | 1110100 | 1111111 | 11000 | 1001 | 0 | 1010001 | 110010 | 1000010 | 1000100 | 11110 |
Color Harmonies of #747F18
Complementary color
Monochromatic Colors of #747F18
Black with #747F18
Text Example
Text Example
White with #747F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F18; }
p { color: rgb(116,127,24); }
H1.HeaderClassName
{
color: #747F18;
}
.AnyTagClassName
{
color: #747F18;
}
</style>
background-color css
<style>
a { background-color: #747F18; }
a { background-color: rgb(116,127,24); }
div.DivClassName
{
background-color: #747F18;
}
.BgClassName
{
background-color: #747F18;
}
</style>
border-color css
<style>
span { border-color: #747F18; }
span { border-color: rgb(116,127,24); }
td.TdClassName
{
border-color: #747F18;
}
.TagClassName
{
border-color: #747F18;
}
</style>