Shades of Trendy Green #827F32
Tints of Trendy Green #827F32
RGB
CMYK
RGB Variations
Color information
#827F32 (or 0x827F32) is known color: Trendy Green. HEX triplet: 82, 7F and 32. RGB value is (130,127,50). Sum of RGB (Red+Green+Blue) = 130+127+50=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #827F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F32 is #7D80CD. Grayscale: #777777. Windows color (decimal): -8224974 or 3309442. OLE color: 3309442.
HSL color Cylindrical-coordinate representation of color #827F32: hue angle of 57.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #827F32 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 50 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.49 |
| HSL | 57.75º | 0.44% | 0.35% | - |
| HSV(B) | 57.75º | 0.62% | 0.51% | - |
| XYZ | 17.37 | 20.15 | 5.99 | - |
| YUV | 119.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 50 | 0 | 0.02 | 0.62 | 0.49 | 57.75 | 0.44 | 0.35 |
| Hex | 82 | 7F | 32 | 0 | 2 | 3E | 31 | 3A | 2C | 23 |
| Octal | 202 | 177 | 62 | 0 | 2 | 76 | 61 | 72 | 54 | 43 |
| Binary | 10000010 | 1111111 | 110010 | 0 | 10 | 111110 | 110001 | 111010 | 101100 | 100011 |
Color Harmonies of #827F32
Complementary color
Monochromatic Colors of #827F32
Black with #827F32
Text Example
Text Example
White with #827F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F32; }
p { color: rgb(130,127,50); }
H1.HeaderClassName
{
color: #827F32;
}
.AnyTagClassName
{
color: #827F32;
}
</style>
background-color css
<style>
a { background-color: #827F32; }
a { background-color: rgb(130,127,50); }
div.DivClassName
{
background-color: #827F32;
}
.BgClassName
{
background-color: #827F32;
}
</style>
border-color css
<style>
span { border-color: #827F32; }
span { border-color: rgb(130,127,50); }
td.TdClassName
{
border-color: #827F32;
}
.TagClassName
{
border-color: #827F32;
}
</style>