Shades of Trendy Green #807E1B
Tints of Trendy Green #807E1B
RGB
CMYK
RGB Variations
Color information
#807E1B (or 0x807E1B) is known color: Trendy Green. HEX triplet: 80, 7E and 1B. RGB value is (128,126,27). Sum of RGB (Red+Green+Blue) = 128+126+27=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #807E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807E1B is #7F81E4. Grayscale: #737373. Windows color (decimal): -8356325 or 1801856. OLE color: 1801856.
HSL color Cylindrical-coordinate representation of color #807E1B: hue angle of 58.81º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #807E1B is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 126 | 27 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.50 |
| HSL | 58.81º | 0.65% | 0.3% | - |
| HSV(B) | 58.81º | 0.79% | 0.5% | - |
| XYZ | 16.56 | 19.59 | 3.95 | - |
| YUV | 115.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 27 | 0 | 0.02 | 0.79 | 0.50 | 58.81 | 0.65 | 0.3 |
| Hex | 80 | 7E | 1B | 0 | 2 | 4F | 32 | 3B | 41 | 1E |
| Octal | 200 | 176 | 33 | 0 | 2 | 117 | 62 | 73 | 101 | 36 |
| Binary | 10000000 | 1111110 | 11011 | 0 | 10 | 1001111 | 110010 | 111011 | 1000001 | 11110 |
Color Harmonies of #807E1B
Complementary color
Monochromatic Colors of #807E1B
Black with #807E1B
Text Example
Text Example
White with #807E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E1B; }
p { color: rgb(128,126,27); }
H1.HeaderClassName
{
color: #807E1B;
}
.AnyTagClassName
{
color: #807E1B;
}
</style>
background-color css
<style>
a { background-color: #807E1B; }
a { background-color: rgb(128,126,27); }
div.DivClassName
{
background-color: #807E1B;
}
.BgClassName
{
background-color: #807E1B;
}
</style>
border-color css
<style>
span { border-color: #807E1B; }
span { border-color: rgb(128,126,27); }
td.TdClassName
{
border-color: #807E1B;
}
.TagClassName
{
border-color: #807E1B;
}
</style>