Shades of Trendy Green #7B7A21
Tints of Trendy Green #7B7A21
RGB
CMYK
RGB Variations
Color information
#7B7A21 (or 0x7B7A21) is known color: Trendy Green. HEX triplet: 7B, 7A and 21. RGB value is (123,122,33). Sum of RGB (Red+Green+Blue) = 123+122+33=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7A21 is #8485DE. Grayscale: #707070. Windows color (decimal): -8685023 or 2194043. OLE color: 2194043.
HSL color Cylindrical-coordinate representation of color #7B7A21: hue angle of 59.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B7A21 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 122 | 33 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.52 |
| HSL | 59.33º | 0.58% | 0.31% | - |
| HSV(B) | 59.33º | 0.73% | 0.48% | - |
| XYZ | 15.4 | 18.24 | 4.15 | - |
| YUV | 112.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 33 | 0 | 0.01 | 0.73 | 0.52 | 59.33 | 0.58 | 0.31 |
| Hex | 7B | 7A | 21 | 0 | 1 | 49 | 34 | 3B | 3A | 1F |
| Octal | 173 | 172 | 41 | 0 | 1 | 111 | 64 | 73 | 72 | 37 |
| Binary | 1111011 | 1111010 | 100001 | 0 | 1 | 1001001 | 110100 | 111011 | 111010 | 11111 |
Color Harmonies of #7B7A21
Complementary color
Monochromatic Colors of #7B7A21
Black with #7B7A21
Text Example
Text Example
White with #7B7A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7A21; }
p { color: rgb(123,122,33); }
H1.HeaderClassName
{
color: #7B7A21;
}
.AnyTagClassName
{
color: #7B7A21;
}
</style>
background-color css
<style>
a { background-color: #7B7A21; }
a { background-color: rgb(123,122,33); }
div.DivClassName
{
background-color: #7B7A21;
}
.BgClassName
{
background-color: #7B7A21;
}
</style>
border-color css
<style>
span { border-color: #7B7A21; }
span { border-color: rgb(123,122,33); }
td.TdClassName
{
border-color: #7B7A21;
}
.TagClassName
{
border-color: #7B7A21;
}
</style>