Shades of Trendy Green #7B7814
Tints of Trendy Green #7B7814
RGB
CMYK
RGB Variations
Color information
#7B7814 (or 0x7B7814) is known color: Trendy Green. HEX triplet: 7B, 78 and 14. RGB value is (123,120,20). Sum of RGB (Red+Green+Blue) = 123+120+20=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7814 is #8487EB. Grayscale: #6D6D6D. Windows color (decimal): -8685548 or 1341563. OLE color: 1341563.
HSL color Cylindrical-coordinate representation of color #7B7814: hue angle of 58.25º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B7814 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 120 | 20 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.52 |
| HSL | 58.25º | 0.72% | 0.28% | - |
| HSV(B) | 58.25º | 0.84% | 0.48% | - |
| XYZ | 15.01 | 17.69 | 3.29 | - |
| YUV | 109.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 20 | 0 | 0.02 | 0.84 | 0.52 | 58.25 | 0.72 | 0.28 |
| Hex | 7B | 78 | 14 | 0 | 2 | 54 | 34 | 3A | 48 | 1C |
| Octal | 173 | 170 | 24 | 0 | 2 | 124 | 64 | 72 | 110 | 34 |
| Binary | 1111011 | 1111000 | 10100 | 0 | 10 | 1010100 | 110100 | 111010 | 1001000 | 11100 |
Color Harmonies of #7B7814
Complementary color
Monochromatic Colors of #7B7814
Black with #7B7814
Text Example
Text Example
White with #7B7814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7814; }
p { color: rgb(123,120,20); }
H1.HeaderClassName
{
color: #7B7814;
}
.AnyTagClassName
{
color: #7B7814;
}
</style>
background-color css
<style>
a { background-color: #7B7814; }
a { background-color: rgb(123,120,20); }
div.DivClassName
{
background-color: #7B7814;
}
.BgClassName
{
background-color: #7B7814;
}
</style>
border-color css
<style>
span { border-color: #7B7814; }
span { border-color: rgb(123,120,20); }
td.TdClassName
{
border-color: #7B7814;
}
.TagClassName
{
border-color: #7B7814;
}
</style>