Shades of Trendy Green #7B802F
Tints of Trendy Green #7B802F
RGB
CMYK
RGB Variations
Color information
#7B802F (or 0x7B802F) is known color: Trendy Green. HEX triplet: 7B, 80 and 2F. RGB value is (123,128,47). Sum of RGB (Red+Green+Blue) = 123+128+47=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #7B802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B802F is #847FD0. Grayscale: #757575. Windows color (decimal): -8683473 or 3113083. OLE color: 3113083.
HSL color Cylindrical-coordinate representation of color #7B802F: hue angle of 63.7º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B802F is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 128 | 47 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.50 |
| HSL | 63.7º | 0.46% | 0.34% | - |
| HSV(B) | 63.7º | 0.63% | 0.5% | - |
| XYZ | 16.4 | 19.85 | 5.66 | - |
| YUV | 117.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 47 | 0.04 | 0 | 0.63 | 0.50 | 63.7 | 0.46 | 0.34 |
| Hex | 7B | 80 | 2F | 4 | 0 | 3F | 32 | 40 | 2E | 22 |
| Octal | 173 | 200 | 57 | 4 | 0 | 77 | 62 | 100 | 56 | 42 |
| Binary | 1111011 | 10000000 | 101111 | 100 | 0 | 111111 | 110010 | 1000000 | 101110 | 100010 |
Color Harmonies of #7B802F
Complementary color
Monochromatic Colors of #7B802F
Black with #7B802F
Text Example
Text Example
White with #7B802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B802F; }
p { color: rgb(123,128,47); }
H1.HeaderClassName
{
color: #7B802F;
}
.AnyTagClassName
{
color: #7B802F;
}
</style>
background-color css
<style>
a { background-color: #7B802F; }
a { background-color: rgb(123,128,47); }
div.DivClassName
{
background-color: #7B802F;
}
.BgClassName
{
background-color: #7B802F;
}
</style>
border-color css
<style>
span { border-color: #7B802F; }
span { border-color: rgb(123,128,47); }
td.TdClassName
{
border-color: #7B802F;
}
.TagClassName
{
border-color: #7B802F;
}
</style>