Shades of Trendy Green #827B1F
Tints of Trendy Green #827B1F
RGB
CMYK
RGB Variations
Color information
#827B1F (or 0x827B1F) is known color: Trendy Green. HEX triplet: 82, 7B and 1F. RGB value is (130,123,31). Sum of RGB (Red+Green+Blue) = 130+123+31=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #827B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B1F is #7D84E0. Grayscale: #727272. Windows color (decimal): -8226017 or 2063234. OLE color: 2063234.
HSL color Cylindrical-coordinate representation of color #827B1F: hue angle of 55.76º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #827B1F is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 31 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.49 |
| HSL | 55.76º | 0.61% | 0.32% | - |
| HSV(B) | 55.76º | 0.76% | 0.51% | - |
| XYZ | 16.54 | 19.01 | 4.09 | - |
| YUV | 114.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 31 | 0 | 0.05 | 0.76 | 0.49 | 55.76 | 0.61 | 0.32 |
| Hex | 82 | 7B | 1F | 0 | 5 | 4C | 31 | 38 | 3D | 20 |
| Octal | 202 | 173 | 37 | 0 | 5 | 114 | 61 | 70 | 75 | 40 |
| Binary | 10000010 | 1111011 | 11111 | 0 | 101 | 1001100 | 110001 | 111000 | 111101 | 100000 |
Color Harmonies of #827B1F
Complementary color
Monochromatic Colors of #827B1F
Black with #827B1F
Text Example
Text Example
White with #827B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B1F; }
p { color: rgb(130,123,31); }
H1.HeaderClassName
{
color: #827B1F;
}
.AnyTagClassName
{
color: #827B1F;
}
</style>
background-color css
<style>
a { background-color: #827B1F; }
a { background-color: rgb(130,123,31); }
div.DivClassName
{
background-color: #827B1F;
}
.BgClassName
{
background-color: #827B1F;
}
</style>
border-color css
<style>
span { border-color: #827B1F; }
span { border-color: rgb(130,123,31); }
td.TdClassName
{
border-color: #827B1F;
}
.TagClassName
{
border-color: #827B1F;
}
</style>