Shades of Trendy Green #7B852C
Tints of Trendy Green #7B852C
RGB
CMYK
RGB Variations
Color information
#7B852C (or 0x7B852C) is known color: Trendy Green. HEX triplet: 7B, 85 and 2C. RGB value is (123,133,44). Sum of RGB (Red+Green+Blue) = 123+133+44=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #7B852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B852C is #847AD3. Grayscale: #787878. Windows color (decimal): -8682196 or 2917755. OLE color: 2917755.
HSL color Cylindrical-coordinate representation of color #7B852C: hue angle of 66.74º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B852C is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 44 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.48 |
| HSL | 66.74º | 0.5% | 0.35% | - |
| HSV(B) | 66.74º | 0.67% | 0.52% | - |
| XYZ | 17.01 | 21.17 | 5.57 | - |
| YUV | 119.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 44 | 0.08 | 0 | 0.67 | 0.48 | 66.74 | 0.5 | 0.35 |
| Hex | 7B | 85 | 2C | 8 | 0 | 43 | 30 | 43 | 32 | 23 |
| Octal | 173 | 205 | 54 | 10 | 0 | 103 | 60 | 103 | 62 | 43 |
| Binary | 1111011 | 10000101 | 101100 | 1000 | 0 | 1000011 | 110000 | 1000011 | 110010 | 100011 |
Color Harmonies of #7B852C
Complementary color
Monochromatic Colors of #7B852C
Black with #7B852C
Text Example
Text Example
White with #7B852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B852C; }
p { color: rgb(123,133,44); }
H1.HeaderClassName
{
color: #7B852C;
}
.AnyTagClassName
{
color: #7B852C;
}
</style>
background-color css
<style>
a { background-color: #7B852C; }
a { background-color: rgb(123,133,44); }
div.DivClassName
{
background-color: #7B852C;
}
.BgClassName
{
background-color: #7B852C;
}
</style>
border-color css
<style>
span { border-color: #7B852C; }
span { border-color: rgb(123,133,44); }
td.TdClassName
{
border-color: #7B852C;
}
.TagClassName
{
border-color: #7B852C;
}
</style>