Shades of Trendy Green #80851B
Tints of Trendy Green #80851B
RGB
CMYK
RGB Variations
Color information
#80851B (or 0x80851B) is known color: Trendy Green. HEX triplet: 80, 85 and 1B. RGB value is (128,133,27). Sum of RGB (Red+Green+Blue) = 128+133+27=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #80851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80851B is #7F7AE4. Grayscale: #777777. Windows color (decimal): -8354533 or 1803648. OLE color: 1803648.
HSL color Cylindrical-coordinate representation of color #80851B: hue angle of 62.83º 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 #80851B is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 27 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.48 |
| HSL | 62.83º | 0.66% | 0.31% | - |
| HSV(B) | 62.83º | 0.8% | 0.52% | - |
| XYZ | 17.49 | 21.44 | 4.25 | - |
| YUV | 119.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 27 | 0.04 | 0 | 0.80 | 0.48 | 62.83 | 0.66 | 0.31 |
| Hex | 80 | 85 | 1B | 4 | 0 | 50 | 30 | 3F | 42 | 1F |
| Octal | 200 | 205 | 33 | 4 | 0 | 120 | 60 | 77 | 102 | 37 |
| Binary | 10000000 | 10000101 | 11011 | 100 | 0 | 1010000 | 110000 | 111111 | 1000010 | 11111 |
Color Harmonies of #80851B
Complementary color
Monochromatic Colors of #80851B
Black with #80851B
Text Example
Text Example
White with #80851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80851B; }
p { color: rgb(128,133,27); }
H1.HeaderClassName
{
color: #80851B;
}
.AnyTagClassName
{
color: #80851B;
}
</style>
background-color css
<style>
a { background-color: #80851B; }
a { background-color: rgb(128,133,27); }
div.DivClassName
{
background-color: #80851B;
}
.BgClassName
{
background-color: #80851B;
}
</style>
border-color css
<style>
span { border-color: #80851B; }
span { border-color: rgb(128,133,27); }
td.TdClassName
{
border-color: #80851B;
}
.TagClassName
{
border-color: #80851B;
}
</style>