Shades of Trendy Green #7B8127
Tints of Trendy Green #7B8127
RGB
CMYK
RGB Variations
Color information
#7B8127 (or 0x7B8127) is known color: Trendy Green. HEX triplet: 7B, 81 and 27. RGB value is (123,129,39). Sum of RGB (Red+Green+Blue) = 123+129+39=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #7B8127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8127 is #847ED8. Grayscale: #757575. Windows color (decimal): -8683225 or 2589051. OLE color: 2589051.
HSL color Cylindrical-coordinate representation of color #7B8127: hue angle of 64º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B8127 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 129 | 39 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.49 |
| HSL | 64º | 0.54% | 0.33% | - |
| HSV(B) | 64º | 0.7% | 0.51% | - |
| XYZ | 16.38 | 20.06 | 4.93 | - |
| YUV | 116.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 39 | 0.05 | 0 | 0.70 | 0.49 | 64 | 0.54 | 0.33 |
| Hex | 7B | 81 | 27 | 5 | 0 | 46 | 31 | 40 | 36 | 21 |
| Octal | 173 | 201 | 47 | 5 | 0 | 106 | 61 | 100 | 66 | 41 |
| Binary | 1111011 | 10000001 | 100111 | 101 | 0 | 1000110 | 110001 | 1000000 | 110110 | 100001 |
Color Harmonies of #7B8127
Complementary color
Monochromatic Colors of #7B8127
Black with #7B8127
Text Example
Text Example
White with #7B8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8127; }
p { color: rgb(123,129,39); }
H1.HeaderClassName
{
color: #7B8127;
}
.AnyTagClassName
{
color: #7B8127;
}
</style>
background-color css
<style>
a { background-color: #7B8127; }
a { background-color: rgb(123,129,39); }
div.DivClassName
{
background-color: #7B8127;
}
.BgClassName
{
background-color: #7B8127;
}
</style>
border-color css
<style>
span { border-color: #7B8127; }
span { border-color: rgb(123,129,39); }
td.TdClassName
{
border-color: #7B8127;
}
.TagClassName
{
border-color: #7B8127;
}
</style>