Shades of Trendy Green #7F8F18
Tints of Trendy Green #7F8F18
RGB
CMYK
RGB Variations
Color information
#7F8F18 (or 0x7F8F18) is known color: Trendy Green. HEX triplet: 7F, 8F and 18. RGB value is (127,143,24). Sum of RGB (Red+Green+Blue) = 127+143+24=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #7F8F18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8F18 is #8070E7. Grayscale: #7D7D7D. Windows color (decimal): -8417512 or 1609599. OLE color: 1609599.
HSL color Cylindrical-coordinate representation of color #7F8F18: hue angle of 68.07º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F8F18 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 143 | 24 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.44 |
| HSL | 68.07º | 0.71% | 0.33% | - |
| HSV(B) | 68.07º | 0.83% | 0.56% | - |
| XYZ | 18.74 | 24.22 | 4.55 | - |
| YUV | 124.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 143 | 24 | 0.11 | 0 | 0.83 | 0.44 | 68.07 | 0.71 | 0.33 |
| Hex | 7F | 8F | 18 | B | 0 | 53 | 2C | 44 | 47 | 21 |
| Octal | 177 | 217 | 30 | 13 | 0 | 123 | 54 | 104 | 107 | 41 |
| Binary | 1111111 | 10001111 | 11000 | 1011 | 0 | 1010011 | 101100 | 1000100 | 1000111 | 100001 |
Color Harmonies of #7F8F18
Complementary color
Monochromatic Colors of #7F8F18
Black with #7F8F18
Text Example
Text Example
White with #7F8F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8F18; }
p { color: rgb(127,143,24); }
H1.HeaderClassName
{
color: #7F8F18;
}
.AnyTagClassName
{
color: #7F8F18;
}
</style>
background-color css
<style>
a { background-color: #7F8F18; }
a { background-color: rgb(127,143,24); }
div.DivClassName
{
background-color: #7F8F18;
}
.BgClassName
{
background-color: #7F8F18;
}
</style>
border-color css
<style>
span { border-color: #7F8F18; }
span { border-color: rgb(127,143,24); }
td.TdClassName
{
border-color: #7F8F18;
}
.TagClassName
{
border-color: #7F8F18;
}
</style>