Shades of Trendy Green #7B7C28
Tints of Trendy Green #7B7C28
RGB
CMYK
RGB Variations
Color information
#7B7C28 (or 0x7B7C28) is known color: Trendy Green. HEX triplet: 7B, 7C and 28. RGB value is (123,124,40). Sum of RGB (Red+Green+Blue) = 123+124+40=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7C28 is #8483D7. Grayscale: #727272. Windows color (decimal): -8684504 or 2653307. OLE color: 2653307.
HSL color Cylindrical-coordinate representation of color #7B7C28: hue angle of 60.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B7C28 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 124 | 40 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.51 |
| HSL | 60.71º | 0.51% | 0.32% | - |
| HSV(B) | 60.71º | 0.68% | 0.49% | - |
| XYZ | 15.76 | 18.78 | 4.8 | - |
| YUV | 114.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 40 | 0.01 | 0 | 0.68 | 0.51 | 60.71 | 0.51 | 0.32 |
| Hex | 7B | 7C | 28 | 1 | 0 | 44 | 33 | 3D | 33 | 20 |
| Octal | 173 | 174 | 50 | 1 | 0 | 104 | 63 | 75 | 63 | 40 |
| Binary | 1111011 | 1111100 | 101000 | 1 | 0 | 1000100 | 110011 | 111101 | 110011 | 100000 |
Color Harmonies of #7B7C28
Complementary color
Monochromatic Colors of #7B7C28
Black with #7B7C28
Text Example
Text Example
White with #7B7C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7C28; }
p { color: rgb(123,124,40); }
H1.HeaderClassName
{
color: #7B7C28;
}
.AnyTagClassName
{
color: #7B7C28;
}
</style>
background-color css
<style>
a { background-color: #7B7C28; }
a { background-color: rgb(123,124,40); }
div.DivClassName
{
background-color: #7B7C28;
}
.BgClassName
{
background-color: #7B7C28;
}
</style>
border-color css
<style>
span { border-color: #7B7C28; }
span { border-color: rgb(123,124,40); }
td.TdClassName
{
border-color: #7B7C28;
}
.TagClassName
{
border-color: #7B7C28;
}
</style>