Shades of Trendy Green #7B8412
Tints of Trendy Green #7B8412
RGB
CMYK
RGB Variations
Color information
#7B8412 (or 0x7B8412) is known color: Trendy Green. HEX triplet: 7B, 84 and 12. RGB value is (123,132,18). Sum of RGB (Red+Green+Blue) = 123+132+18=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #7B8412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8412 is #847BED. Grayscale: #747474. Windows color (decimal): -8682478 or 1213563. OLE color: 1213563.
HSL color Cylindrical-coordinate representation of color #7B8412: hue angle of 64.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B8412 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 18 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.48 |
| HSL | 64.74º | 0.76% | 0.29% | - |
| HSV(B) | 64.74º | 0.86% | 0.52% | - |
| XYZ | 16.53 | 20.76 | 3.71 | - |
| YUV | 116.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 18 | 0.07 | 0 | 0.86 | 0.48 | 64.74 | 0.76 | 0.29 |
| Hex | 7B | 84 | 12 | 7 | 0 | 56 | 30 | 41 | 4C | 1D |
| Octal | 173 | 204 | 22 | 7 | 0 | 126 | 60 | 101 | 114 | 35 |
| Binary | 1111011 | 10000100 | 10010 | 111 | 0 | 1010110 | 110000 | 1000001 | 1001100 | 11101 |
Color Harmonies of #7B8412
Complementary color
Monochromatic Colors of #7B8412
Black with #7B8412
Text Example
Text Example
White with #7B8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8412; }
p { color: rgb(123,132,18); }
H1.HeaderClassName
{
color: #7B8412;
}
.AnyTagClassName
{
color: #7B8412;
}
</style>
background-color css
<style>
a { background-color: #7B8412; }
a { background-color: rgb(123,132,18); }
div.DivClassName
{
background-color: #7B8412;
}
.BgClassName
{
background-color: #7B8412;
}
</style>
border-color css
<style>
span { border-color: #7B8412; }
span { border-color: rgb(123,132,18); }
td.TdClassName
{
border-color: #7B8412;
}
.TagClassName
{
border-color: #7B8412;
}
</style>