Shades of Trendy Green #7B7F30
Tints of Trendy Green #7B7F30
RGB
CMYK
RGB Variations
Color information
#7B7F30 (or 0x7B7F30) is known color: Trendy Green. HEX triplet: 7B, 7F and 30. RGB value is (123,127,48). Sum of RGB (Red+Green+Blue) = 123+127+48=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7F30 is #8480CF. Grayscale: #757575. Windows color (decimal): -8683728 or 3178363. OLE color: 3178363.
HSL color Cylindrical-coordinate representation of color #7B7F30: hue angle of 63.04º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B7F30 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 127 | 48 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.50 |
| HSL | 63.04º | 0.45% | 0.34% | - |
| HSV(B) | 63.04º | 0.62% | 0.5% | - |
| XYZ | 16.29 | 19.6 | 5.72 | - |
| YUV | 116.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 48 | 0.03 | 0 | 0.62 | 0.50 | 63.04 | 0.45 | 0.34 |
| Hex | 7B | 7F | 30 | 3 | 0 | 3E | 32 | 3F | 2D | 22 |
| Octal | 173 | 177 | 60 | 3 | 0 | 76 | 62 | 77 | 55 | 42 |
| Binary | 1111011 | 1111111 | 110000 | 11 | 0 | 111110 | 110010 | 111111 | 101101 | 100010 |
Color Harmonies of #7B7F30
Complementary color
Monochromatic Colors of #7B7F30
Black with #7B7F30
Text Example
Text Example
White with #7B7F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F30; }
p { color: rgb(123,127,48); }
H1.HeaderClassName
{
color: #7B7F30;
}
.AnyTagClassName
{
color: #7B7F30;
}
</style>
background-color css
<style>
a { background-color: #7B7F30; }
a { background-color: rgb(123,127,48); }
div.DivClassName
{
background-color: #7B7F30;
}
.BgClassName
{
background-color: #7B7F30;
}
</style>
border-color css
<style>
span { border-color: #7B7F30; }
span { border-color: rgb(123,127,48); }
td.TdClassName
{
border-color: #7B7F30;
}
.TagClassName
{
border-color: #7B7F30;
}
</style>