Shades of Trendy Green #7F8A2C
Tints of Trendy Green #7F8A2C
RGB
CMYK
RGB Variations
Color information
#7F8A2C (or 0x7F8A2C) is known color: Trendy Green. HEX triplet: 7F, 8A and 2C. RGB value is (127,138,44). Sum of RGB (Red+Green+Blue) = 127+138+44=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8A2C is #8075D3. Grayscale: #7C7C7C. Windows color (decimal): -8418772 or 2919039. OLE color: 2919039.
HSL color Cylindrical-coordinate representation of color #7F8A2C: hue angle of 67.02º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F8A2C is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 44 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.46 |
| HSL | 67.02º | 0.52% | 0.36% | - |
| HSV(B) | 67.02º | 0.68% | 0.54% | - |
| XYZ | 18.3 | 22.87 | 5.83 | - |
| YUV | 124 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 44 | 0.08 | 0 | 0.68 | 0.46 | 67.02 | 0.52 | 0.36 |
| Hex | 7F | 8A | 2C | 8 | 0 | 44 | 2E | 43 | 34 | 24 |
| Octal | 177 | 212 | 54 | 10 | 0 | 104 | 56 | 103 | 64 | 44 |
| Binary | 1111111 | 10001010 | 101100 | 1000 | 0 | 1000100 | 101110 | 1000011 | 110100 | 100100 |
Color Harmonies of #7F8A2C
Complementary color
Monochromatic Colors of #7F8A2C
Black with #7F8A2C
Text Example
Text Example
White with #7F8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A2C; }
p { color: rgb(127,138,44); }
H1.HeaderClassName
{
color: #7F8A2C;
}
.AnyTagClassName
{
color: #7F8A2C;
}
</style>
background-color css
<style>
a { background-color: #7F8A2C; }
a { background-color: rgb(127,138,44); }
div.DivClassName
{
background-color: #7F8A2C;
}
.BgClassName
{
background-color: #7F8A2C;
}
</style>
border-color css
<style>
span { border-color: #7F8A2C; }
span { border-color: rgb(127,138,44); }
td.TdClassName
{
border-color: #7F8A2C;
}
.TagClassName
{
border-color: #7F8A2C;
}
</style>