Shades of Trendy Green #7B841F
Tints of Trendy Green #7B841F
RGB
CMYK
RGB Variations
Color information
#7B841F (or 0x7B841F) is known color: Trendy Green. HEX triplet: 7B, 84 and 1F. RGB value is (123,132,31). Sum of RGB (Red+Green+Blue) = 123+132+31=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #7B841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B841F is #847BE0. Grayscale: #767676. Windows color (decimal): -8682465 or 2065531. OLE color: 2065531.
HSL color Cylindrical-coordinate representation of color #7B841F: hue angle of 65.35º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B841F is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 31 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.48 |
| HSL | 65.35º | 0.62% | 0.32% | - |
| HSV(B) | 65.35º | 0.77% | 0.52% | - |
| XYZ | 16.67 | 20.81 | 4.44 | - |
| YUV | 117.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 31 | 0.07 | 0 | 0.77 | 0.48 | 65.35 | 0.62 | 0.32 |
| Hex | 7B | 84 | 1F | 7 | 0 | 4D | 30 | 41 | 3E | 20 |
| Octal | 173 | 204 | 37 | 7 | 0 | 115 | 60 | 101 | 76 | 40 |
| Binary | 1111011 | 10000100 | 11111 | 111 | 0 | 1001101 | 110000 | 1000001 | 111110 | 100000 |
Color Harmonies of #7B841F
Complementary color
Monochromatic Colors of #7B841F
Black with #7B841F
Text Example
Text Example
White with #7B841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B841F; }
p { color: rgb(123,132,31); }
H1.HeaderClassName
{
color: #7B841F;
}
.AnyTagClassName
{
color: #7B841F;
}
</style>
background-color css
<style>
a { background-color: #7B841F; }
a { background-color: rgb(123,132,31); }
div.DivClassName
{
background-color: #7B841F;
}
.BgClassName
{
background-color: #7B841F;
}
</style>
border-color css
<style>
span { border-color: #7B841F; }
span { border-color: rgb(123,132,31); }
td.TdClassName
{
border-color: #7B841F;
}
.TagClassName
{
border-color: #7B841F;
}
</style>