Shades of Trendy Green #78821A
Tints of Trendy Green #78821A
RGB
CMYK
RGB Variations
Color information
#78821A (or 0x78821A) is known color: Trendy Green. HEX triplet: 78, 82 and 1A. RGB value is (120,130,26). Sum of RGB (Red+Green+Blue) = 120+130+26=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #78821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78821A is #877DE5. Grayscale: #737373. Windows color (decimal): -8879590 or 1737336. OLE color: 1737336.
HSL color Cylindrical-coordinate representation of color #78821A: hue angle of 65.77º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78821A is Cyan = 0.08, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 130 | 26 | - |
| CMYK | 0.08 | 0 | 0.8 | 0.49 |
| HSL | 65.77º | 0.67% | 0.31% | - |
| HSV(B) | 65.77º | 0.8% | 0.51% | - |
| XYZ | 15.91 | 20.03 | 4.01 | - |
| YUV | 115.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 26 | 0.08 | 0 | 0.8 | 0.49 | 65.77 | 0.67 | 0.31 |
| Hex | 78 | 82 | 1A | 8 | 0 | 50 | 31 | 42 | 43 | 1F |
| Octal | 170 | 202 | 32 | 10 | 0 | 120 | 61 | 102 | 103 | 37 |
| Binary | 1111000 | 10000010 | 11010 | 1000 | 0 | 1010000 | 110001 | 1000010 | 1000011 | 11111 |
Color Harmonies of #78821A
Complementary color
Monochromatic Colors of #78821A
Black with #78821A
Text Example
Text Example
White with #78821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78821A; }
p { color: rgb(120,130,26); }
H1.HeaderClassName
{
color: #78821A;
}
.AnyTagClassName
{
color: #78821A;
}
</style>
background-color css
<style>
a { background-color: #78821A; }
a { background-color: rgb(120,130,26); }
div.DivClassName
{
background-color: #78821A;
}
.BgClassName
{
background-color: #78821A;
}
</style>
border-color css
<style>
span { border-color: #78821A; }
span { border-color: rgb(120,130,26); }
td.TdClassName
{
border-color: #78821A;
}
.TagClassName
{
border-color: #78821A;
}
</style>