Shades of Trendy Green #7F882C
Tints of Trendy Green #7F882C
RGB
CMYK
RGB Variations
Color information
#7F882C (or 0x7F882C) is known color: Trendy Green. HEX triplet: 7F, 88 and 2C. RGB value is (127,136,44). Sum of RGB (Red+Green+Blue) = 127+136+44=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #7F882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F882C is #8077D3. Grayscale: #7B7B7B. Windows color (decimal): -8419284 or 2918527. OLE color: 2918527.
HSL color Cylindrical-coordinate representation of color #7F882C: hue angle of 65.87º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F882C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 44 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.47 |
| HSL | 65.87º | 0.51% | 0.35% | - |
| HSV(B) | 65.87º | 0.68% | 0.53% | - |
| XYZ | 18.01 | 22.3 | 5.74 | - |
| YUV | 122.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 44 | 0.07 | 0 | 0.68 | 0.47 | 65.87 | 0.51 | 0.35 |
| Hex | 7F | 88 | 2C | 7 | 0 | 44 | 2F | 42 | 33 | 23 |
| Octal | 177 | 210 | 54 | 7 | 0 | 104 | 57 | 102 | 63 | 43 |
| Binary | 1111111 | 10001000 | 101100 | 111 | 0 | 1000100 | 101111 | 1000010 | 110011 | 100011 |
Color Harmonies of #7F882C
Complementary color
Monochromatic Colors of #7F882C
Black with #7F882C
Text Example
Text Example
White with #7F882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F882C; }
p { color: rgb(127,136,44); }
H1.HeaderClassName
{
color: #7F882C;
}
.AnyTagClassName
{
color: #7F882C;
}
</style>
background-color css
<style>
a { background-color: #7F882C; }
a { background-color: rgb(127,136,44); }
div.DivClassName
{
background-color: #7F882C;
}
.BgClassName
{
background-color: #7F882C;
}
</style>
border-color css
<style>
span { border-color: #7F882C; }
span { border-color: rgb(127,136,44); }
td.TdClassName
{
border-color: #7F882C;
}
.TagClassName
{
border-color: #7F882C;
}
</style>