Shades of Trendy Green #80852F
Tints of Trendy Green #80852F
RGB
CMYK
RGB Variations
Color information
#80852F (or 0x80852F) is known color: Trendy Green. HEX triplet: 80, 85 and 2F. RGB value is (128,133,47). Sum of RGB (Red+Green+Blue) = 128+133+47=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #80852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80852F is #7F7AD0. Grayscale: #7A7A7A. Windows color (decimal): -8354513 or 3114368. OLE color: 3114368.
HSL color Cylindrical-coordinate representation of color #80852F: hue angle of 63.49º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80852F is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 47 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.48 |
| HSL | 63.49º | 0.48% | 0.35% | - |
| HSV(B) | 63.49º | 0.65% | 0.52% | - |
| XYZ | 17.8 | 21.57 | 5.91 | - |
| YUV | 121.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 47 | 0.04 | 0 | 0.65 | 0.48 | 63.49 | 0.48 | 0.35 |
| Hex | 80 | 85 | 2F | 4 | 0 | 41 | 30 | 3F | 30 | 23 |
| Octal | 200 | 205 | 57 | 4 | 0 | 101 | 60 | 77 | 60 | 43 |
| Binary | 10000000 | 10000101 | 101111 | 100 | 0 | 1000001 | 110000 | 111111 | 110000 | 100011 |
Color Harmonies of #80852F
Complementary color
Monochromatic Colors of #80852F
Black with #80852F
Text Example
Text Example
White with #80852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80852F; }
p { color: rgb(128,133,47); }
H1.HeaderClassName
{
color: #80852F;
}
.AnyTagClassName
{
color: #80852F;
}
</style>
background-color css
<style>
a { background-color: #80852F; }
a { background-color: rgb(128,133,47); }
div.DivClassName
{
background-color: #80852F;
}
.BgClassName
{
background-color: #80852F;
}
</style>
border-color css
<style>
span { border-color: #80852F; }
span { border-color: rgb(128,133,47); }
td.TdClassName
{
border-color: #80852F;
}
.TagClassName
{
border-color: #80852F;
}
</style>