Shades of Trendy Green #827E25
Tints of Trendy Green #827E25
RGB
CMYK
RGB Variations
Color information
#827E25 (or 0x827E25) is known color: Trendy Green. HEX triplet: 82, 7E and 25. RGB value is (130,126,37). Sum of RGB (Red+Green+Blue) = 130+126+37=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #827E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E25 is #7D81DA. Grayscale: #757575. Windows color (decimal): -8225243 or 2457218. OLE color: 2457218.
HSL color Cylindrical-coordinate representation of color #827E25: hue angle of 57.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #827E25 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 37 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.49 |
| HSL | 57.42º | 0.56% | 0.33% | - |
| HSV(B) | 57.42º | 0.72% | 0.51% | - |
| XYZ | 17 | 19.8 | 4.68 | - |
| YUV | 117.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 37 | 0 | 0.03 | 0.72 | 0.49 | 57.42 | 0.56 | 0.33 |
| Hex | 82 | 7E | 25 | 0 | 3 | 48 | 31 | 39 | 38 | 21 |
| Octal | 202 | 176 | 45 | 0 | 3 | 110 | 61 | 71 | 70 | 41 |
| Binary | 10000010 | 1111110 | 100101 | 0 | 11 | 1001000 | 110001 | 111001 | 111000 | 100001 |
Color Harmonies of #827E25
Complementary color
Monochromatic Colors of #827E25
Black with #827E25
Text Example
Text Example
White with #827E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E25; }
p { color: rgb(130,126,37); }
H1.HeaderClassName
{
color: #827E25;
}
.AnyTagClassName
{
color: #827E25;
}
</style>
background-color css
<style>
a { background-color: #827E25; }
a { background-color: rgb(130,126,37); }
div.DivClassName
{
background-color: #827E25;
}
.BgClassName
{
background-color: #827E25;
}
</style>
border-color css
<style>
span { border-color: #827E25; }
span { border-color: rgb(130,126,37); }
td.TdClassName
{
border-color: #827E25;
}
.TagClassName
{
border-color: #827E25;
}
</style>