Shades of Trendy Green #78851B
Tints of Trendy Green #78851B
RGB
CMYK
RGB Variations
Color information
#78851B (or 0x78851B) is known color: Trendy Green. HEX triplet: 78, 85 and 1B. RGB value is (120,133,27). Sum of RGB (Red+Green+Blue) = 120+133+27=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #78851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78851B is #877AE4. Grayscale: #757575. Windows color (decimal): -8878821 or 1803640. OLE color: 1803640.
HSL color Cylindrical-coordinate representation of color #78851B: hue angle of 67.36º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78851B is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 27 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.48 |
| HSL | 67.36º | 0.66% | 0.31% | - |
| HSV(B) | 67.36º | 0.8% | 0.52% | - |
| XYZ | 16.33 | 20.85 | 4.2 | - |
| YUV | 117.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 27 | 0.10 | 0 | 0.80 | 0.48 | 67.36 | 0.66 | 0.31 |
| Hex | 78 | 85 | 1B | A | 0 | 50 | 30 | 43 | 42 | 1F |
| Octal | 170 | 205 | 33 | 12 | 0 | 120 | 60 | 103 | 102 | 37 |
| Binary | 1111000 | 10000101 | 11011 | 1010 | 0 | 1010000 | 110000 | 1000011 | 1000010 | 11111 |
Color Harmonies of #78851B
Complementary color
Monochromatic Colors of #78851B
Black with #78851B
Text Example
Text Example
White with #78851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78851B; }
p { color: rgb(120,133,27); }
H1.HeaderClassName
{
color: #78851B;
}
.AnyTagClassName
{
color: #78851B;
}
</style>
background-color css
<style>
a { background-color: #78851B; }
a { background-color: rgb(120,133,27); }
div.DivClassName
{
background-color: #78851B;
}
.BgClassName
{
background-color: #78851B;
}
</style>
border-color css
<style>
span { border-color: #78851B; }
span { border-color: rgb(120,133,27); }
td.TdClassName
{
border-color: #78851B;
}
.TagClassName
{
border-color: #78851B;
}
</style>