Shades of Trendy Green #7B8712
Tints of Trendy Green #7B8712
RGB
CMYK
RGB Variations
Color information
#7B8712 (or 0x7B8712) is known color: Trendy Green. HEX triplet: 7B, 87 and 12. RGB value is (123,135,18). Sum of RGB (Red+Green+Blue) = 123+135+18=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8712 is #8478ED. Grayscale: #767676. Windows color (decimal): -8681710 or 1214331. OLE color: 1214331.
HSL color Cylindrical-coordinate representation of color #7B8712: hue angle of 66.15º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B8712 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 18 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.47 |
| HSL | 66.15º | 0.76% | 0.3% | - |
| HSV(B) | 66.15º | 0.87% | 0.53% | - |
| XYZ | 16.94 | 21.58 | 3.85 | - |
| YUV | 118.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 18 | 0.09 | 0 | 0.87 | 0.47 | 66.15 | 0.76 | 0.3 |
| Hex | 7B | 87 | 12 | 9 | 0 | 57 | 2F | 42 | 4C | 1E |
| Octal | 173 | 207 | 22 | 11 | 0 | 127 | 57 | 102 | 114 | 36 |
| Binary | 1111011 | 10000111 | 10010 | 1001 | 0 | 1010111 | 101111 | 1000010 | 1001100 | 11110 |
Color Harmonies of #7B8712
Complementary color
Monochromatic Colors of #7B8712
Black with #7B8712
Text Example
Text Example
White with #7B8712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8712; }
p { color: rgb(123,135,18); }
H1.HeaderClassName
{
color: #7B8712;
}
.AnyTagClassName
{
color: #7B8712;
}
</style>
background-color css
<style>
a { background-color: #7B8712; }
a { background-color: rgb(123,135,18); }
div.DivClassName
{
background-color: #7B8712;
}
.BgClassName
{
background-color: #7B8712;
}
</style>
border-color css
<style>
span { border-color: #7B8712; }
span { border-color: rgb(123,135,18); }
td.TdClassName
{
border-color: #7B8712;
}
.TagClassName
{
border-color: #7B8712;
}
</style>