Shades of Trendy Green #7A851B
Tints of Trendy Green #7A851B
RGB
CMYK
RGB Variations
Color information
#7A851B (or 0x7A851B) is known color: Trendy Green. HEX triplet: 7A, 85 and 1B. RGB value is (122,133,27). Sum of RGB (Red+Green+Blue) = 122+133+27=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #7A851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A851B is #857AE4. Grayscale: #767676. Windows color (decimal): -8747749 or 1803642. OLE color: 1803642.
HSL color Cylindrical-coordinate representation of color #7A851B: hue angle of 66.23º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A851B is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 27 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.48 |
| HSL | 66.23º | 0.66% | 0.31% | - |
| HSV(B) | 66.23º | 0.8% | 0.52% | - |
| XYZ | 16.61 | 20.99 | 4.21 | - |
| YUV | 117.63 | 76.86 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 27 | 0.08 | 0 | 0.80 | 0.48 | 66.23 | 0.66 | 0.31 |
| Hex | 7A | 85 | 1B | 8 | 0 | 50 | 30 | 42 | 42 | 1F |
| Octal | 172 | 205 | 33 | 10 | 0 | 120 | 60 | 102 | 102 | 37 |
| Binary | 1111010 | 10000101 | 11011 | 1000 | 0 | 1010000 | 110000 | 1000010 | 1000010 | 11111 |
Color Harmonies of #7A851B
Complementary color
Monochromatic Colors of #7A851B
Black with #7A851B
Text Example
Text Example
White with #7A851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A851B; }
p { color: rgb(122,133,27); }
H1.HeaderClassName
{
color: #7A851B;
}
.AnyTagClassName
{
color: #7A851B;
}
</style>
background-color css
<style>
a { background-color: #7A851B; }
a { background-color: rgb(122,133,27); }
div.DivClassName
{
background-color: #7A851B;
}
.BgClassName
{
background-color: #7A851B;
}
</style>
border-color css
<style>
span { border-color: #7A851B; }
span { border-color: rgb(122,133,27); }
td.TdClassName
{
border-color: #7A851B;
}
.TagClassName
{
border-color: #7A851B;
}
</style>