Shades of Trendy Green #78821C
Tints of Trendy Green #78821C
RGB
CMYK
RGB Variations
Color information
#78821C (or 0x78821C) is known color: Trendy Green. HEX triplet: 78, 82 and 1C. RGB value is (120,130,28). Sum of RGB (Red+Green+Blue) = 120+130+28=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #78821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78821C is #877DE3. Grayscale: #737373. Windows color (decimal): -8879588 or 1868408. OLE color: 1868408.
HSL color Cylindrical-coordinate representation of color #78821C: hue angle of 65.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78821C is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 130 | 28 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.49 |
| HSL | 65.88º | 0.65% | 0.31% | - |
| HSV(B) | 65.88º | 0.78% | 0.51% | - |
| XYZ | 15.94 | 20.04 | 4.13 | - |
| YUV | 115.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 28 | 0.08 | 0 | 0.78 | 0.49 | 65.88 | 0.65 | 0.31 |
| Hex | 78 | 82 | 1C | 8 | 0 | 4E | 31 | 42 | 41 | 1F |
| Octal | 170 | 202 | 34 | 10 | 0 | 116 | 61 | 102 | 101 | 37 |
| Binary | 1111000 | 10000010 | 11100 | 1000 | 0 | 1001110 | 110001 | 1000010 | 1000001 | 11111 |
Color Harmonies of #78821C
Complementary color
Monochromatic Colors of #78821C
Black with #78821C
Text Example
Text Example
White with #78821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78821C; }
p { color: rgb(120,130,28); }
H1.HeaderClassName
{
color: #78821C;
}
.AnyTagClassName
{
color: #78821C;
}
</style>
background-color css
<style>
a { background-color: #78821C; }
a { background-color: rgb(120,130,28); }
div.DivClassName
{
background-color: #78821C;
}
.BgClassName
{
background-color: #78821C;
}
</style>
border-color css
<style>
span { border-color: #78821C; }
span { border-color: rgb(120,130,28); }
td.TdClassName
{
border-color: #78821C;
}
.TagClassName
{
border-color: #78821C;
}
</style>