Shades of Trendy Green #7B8028
Tints of Trendy Green #7B8028
RGB
CMYK
RGB Variations
Color information
#7B8028 (or 0x7B8028) is known color: Trendy Green. HEX triplet: 7B, 80 and 28. RGB value is (123,128,40). Sum of RGB (Red+Green+Blue) = 123+128+40=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #7B8028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8028 is #847FD7. Grayscale: #747474. Windows color (decimal): -8683480 or 2654331. OLE color: 2654331.
HSL color Cylindrical-coordinate representation of color #7B8028: hue angle of 63.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B8028 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 128 | 40 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.50 |
| HSL | 63.41º | 0.52% | 0.33% | - |
| HSV(B) | 63.41º | 0.69% | 0.5% | - |
| XYZ | 16.27 | 19.8 | 4.97 | - |
| YUV | 116.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 40 | 0.04 | 0 | 0.69 | 0.50 | 63.41 | 0.52 | 0.33 |
| Hex | 7B | 80 | 28 | 4 | 0 | 45 | 32 | 3F | 34 | 21 |
| Octal | 173 | 200 | 50 | 4 | 0 | 105 | 62 | 77 | 64 | 41 |
| Binary | 1111011 | 10000000 | 101000 | 100 | 0 | 1000101 | 110010 | 111111 | 110100 | 100001 |
Color Harmonies of #7B8028
Complementary color
Monochromatic Colors of #7B8028
Black with #7B8028
Text Example
Text Example
White with #7B8028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8028; }
p { color: rgb(123,128,40); }
H1.HeaderClassName
{
color: #7B8028;
}
.AnyTagClassName
{
color: #7B8028;
}
</style>
background-color css
<style>
a { background-color: #7B8028; }
a { background-color: rgb(123,128,40); }
div.DivClassName
{
background-color: #7B8028;
}
.BgClassName
{
background-color: #7B8028;
}
</style>
border-color css
<style>
span { border-color: #7B8028; }
span { border-color: rgb(123,128,40); }
td.TdClassName
{
border-color: #7B8028;
}
.TagClassName
{
border-color: #7B8028;
}
</style>