Shades of Trendy Green #7B852D
Tints of Trendy Green #7B852D
RGB
CMYK
RGB Variations
Color information
#7B852D (or 0x7B852D) is known color: Trendy Green. HEX triplet: 7B, 85 and 2D. RGB value is (123,133,45). Sum of RGB (Red+Green+Blue) = 123+133+45=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #7B852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B852D is #847AD2. Grayscale: #787878. Windows color (decimal): -8682195 or 2983291. OLE color: 2983291.
HSL color Cylindrical-coordinate representation of color #7B852D: hue angle of 66.82º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B852D is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 45 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.48 |
| HSL | 66.82º | 0.49% | 0.35% | - |
| HSV(B) | 66.82º | 0.66% | 0.52% | - |
| XYZ | 17.03 | 21.18 | 5.67 | - |
| YUV | 119.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 45 | 0.08 | 0 | 0.66 | 0.48 | 66.82 | 0.49 | 0.35 |
| Hex | 7B | 85 | 2D | 8 | 0 | 42 | 30 | 43 | 31 | 23 |
| Octal | 173 | 205 | 55 | 10 | 0 | 102 | 60 | 103 | 61 | 43 |
| Binary | 1111011 | 10000101 | 101101 | 1000 | 0 | 1000010 | 110000 | 1000011 | 110001 | 100011 |
Color Harmonies of #7B852D
Complementary color
Monochromatic Colors of #7B852D
Black with #7B852D
Text Example
Text Example
White with #7B852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B852D; }
p { color: rgb(123,133,45); }
H1.HeaderClassName
{
color: #7B852D;
}
.AnyTagClassName
{
color: #7B852D;
}
</style>
background-color css
<style>
a { background-color: #7B852D; }
a { background-color: rgb(123,133,45); }
div.DivClassName
{
background-color: #7B852D;
}
.BgClassName
{
background-color: #7B852D;
}
</style>
border-color css
<style>
span { border-color: #7B852D; }
span { border-color: rgb(123,133,45); }
td.TdClassName
{
border-color: #7B852D;
}
.TagClassName
{
border-color: #7B852D;
}
</style>