Shades of Trendy Green #7F882B
Tints of Trendy Green #7F882B
RGB
CMYK
RGB Variations
Color information
#7F882B (or 0x7F882B) is known color: Trendy Green. HEX triplet: 7F, 88 and 2B. RGB value is (127,136,43). Sum of RGB (Red+Green+Blue) = 127+136+43=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #7F882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F882B is #8077D4. Grayscale: #7B7B7B. Windows color (decimal): -8419285 or 2852991. OLE color: 2852991.
HSL color Cylindrical-coordinate representation of color #7F882B: hue angle of 65.81º degrees, saturation: 0.52, 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 #7F882B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 43 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.47 |
| HSL | 65.81º | 0.52% | 0.35% | - |
| HSV(B) | 65.81º | 0.68% | 0.53% | - |
| XYZ | 17.99 | 22.29 | 5.64 | - |
| YUV | 122.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 43 | 0.07 | 0 | 0.68 | 0.47 | 65.81 | 0.52 | 0.35 |
| Hex | 7F | 88 | 2B | 7 | 0 | 44 | 2F | 42 | 34 | 23 |
| Octal | 177 | 210 | 53 | 7 | 0 | 104 | 57 | 102 | 64 | 43 |
| Binary | 1111111 | 10001000 | 101011 | 111 | 0 | 1000100 | 101111 | 1000010 | 110100 | 100011 |
Color Harmonies of #7F882B
Complementary color
Monochromatic Colors of #7F882B
Black with #7F882B
Text Example
Text Example
White with #7F882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F882B; }
p { color: rgb(127,136,43); }
H1.HeaderClassName
{
color: #7F882B;
}
.AnyTagClassName
{
color: #7F882B;
}
</style>
background-color css
<style>
a { background-color: #7F882B; }
a { background-color: rgb(127,136,43); }
div.DivClassName
{
background-color: #7F882B;
}
.BgClassName
{
background-color: #7F882B;
}
</style>
border-color css
<style>
span { border-color: #7F882B; }
span { border-color: rgb(127,136,43); }
td.TdClassName
{
border-color: #7F882B;
}
.TagClassName
{
border-color: #7F882B;
}
</style>