Shades of Trendy Green #7F7C23
Tints of Trendy Green #7F7C23
RGB
CMYK
RGB Variations
Color information
#7F7C23 (or 0x7F7C23) is known color: Trendy Green. HEX triplet: 7F, 7C and 23. RGB value is (127,124,35). Sum of RGB (Red+Green+Blue) = 127+124+35=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7C23 is #8083DC. Grayscale: #737373. Windows color (decimal): -8422365 or 2325631. OLE color: 2325631.
HSL color Cylindrical-coordinate representation of color #7F7C23: hue angle of 58.04º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F7C23 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 124 | 35 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.50 |
| HSL | 58.04º | 0.57% | 0.32% | - |
| HSV(B) | 58.04º | 0.72% | 0.5% | - |
| XYZ | 16.26 | 19.05 | 4.41 | - |
| YUV | 114.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 35 | 0 | 0.02 | 0.72 | 0.50 | 58.04 | 0.57 | 0.32 |
| Hex | 7F | 7C | 23 | 0 | 2 | 48 | 32 | 3A | 39 | 20 |
| Octal | 177 | 174 | 43 | 0 | 2 | 110 | 62 | 72 | 71 | 40 |
| Binary | 1111111 | 1111100 | 100011 | 0 | 10 | 1001000 | 110010 | 111010 | 111001 | 100000 |
Color Harmonies of #7F7C23
Complementary color
Monochromatic Colors of #7F7C23
Black with #7F7C23
Text Example
Text Example
White with #7F7C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7C23; }
p { color: rgb(127,124,35); }
H1.HeaderClassName
{
color: #7F7C23;
}
.AnyTagClassName
{
color: #7F7C23;
}
</style>
background-color css
<style>
a { background-color: #7F7C23; }
a { background-color: rgb(127,124,35); }
div.DivClassName
{
background-color: #7F7C23;
}
.BgClassName
{
background-color: #7F7C23;
}
</style>
border-color css
<style>
span { border-color: #7F7C23; }
span { border-color: rgb(127,124,35); }
td.TdClassName
{
border-color: #7F7C23;
}
.TagClassName
{
border-color: #7F7C23;
}
</style>