Shades of Trendy Green #7B852B
Tints of Trendy Green #7B852B
RGB
CMYK
RGB Variations
Color information
#7B852B (or 0x7B852B) is known color: Trendy Green. HEX triplet: 7B, 85 and 2B. RGB value is (123,133,43). Sum of RGB (Red+Green+Blue) = 123+133+43=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #7B852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B852B is #847AD4. Grayscale: #787878. Windows color (decimal): -8682197 or 2852219. OLE color: 2852219.
HSL color Cylindrical-coordinate representation of color #7B852B: hue angle of 66.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B852B is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 43 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.48 |
| HSL | 66.67º | 0.51% | 0.35% | - |
| HSV(B) | 66.67º | 0.68% | 0.52% | - |
| XYZ | 16.99 | 21.16 | 5.47 | - |
| YUV | 119.75 | 84.69 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 43 | 0.08 | 0 | 0.68 | 0.48 | 66.67 | 0.51 | 0.35 |
| Hex | 7B | 85 | 2B | 8 | 0 | 44 | 30 | 43 | 33 | 23 |
| Octal | 173 | 205 | 53 | 10 | 0 | 104 | 60 | 103 | 63 | 43 |
| Binary | 1111011 | 10000101 | 101011 | 1000 | 0 | 1000100 | 110000 | 1000011 | 110011 | 100011 |
Color Harmonies of #7B852B
Complementary color
Monochromatic Colors of #7B852B
Black with #7B852B
Text Example
Text Example
White with #7B852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B852B; }
p { color: rgb(123,133,43); }
H1.HeaderClassName
{
color: #7B852B;
}
.AnyTagClassName
{
color: #7B852B;
}
</style>
background-color css
<style>
a { background-color: #7B852B; }
a { background-color: rgb(123,133,43); }
div.DivClassName
{
background-color: #7B852B;
}
.BgClassName
{
background-color: #7B852B;
}
</style>
border-color css
<style>
span { border-color: #7B852B; }
span { border-color: rgb(123,133,43); }
td.TdClassName
{
border-color: #7B852B;
}
.TagClassName
{
border-color: #7B852B;
}
</style>