Shades of Trendy Green #827F25
Tints of Trendy Green #827F25
RGB
CMYK
RGB Variations
Color information
#827F25 (or 0x827F25) is known color: Trendy Green. HEX triplet: 82, 7F and 25. RGB value is (130,127,37). Sum of RGB (Red+Green+Blue) = 130+127+37=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #827F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F25 is #7D80DA. Grayscale: #767676. Windows color (decimal): -8224987 or 2457474. OLE color: 2457474.
HSL color Cylindrical-coordinate representation of color #827F25: hue angle of 58.06º 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 #827F25 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 37 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.49 |
| HSL | 58.06º | 0.56% | 0.33% | - |
| HSV(B) | 58.06º | 0.72% | 0.51% | - |
| XYZ | 17.13 | 20.06 | 4.72 | - |
| YUV | 117.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 37 | 0 | 0.02 | 0.72 | 0.49 | 58.06 | 0.56 | 0.33 |
| Hex | 82 | 7F | 25 | 0 | 2 | 48 | 31 | 3A | 38 | 21 |
| Octal | 202 | 177 | 45 | 0 | 2 | 110 | 61 | 72 | 70 | 41 |
| Binary | 10000010 | 1111111 | 100101 | 0 | 10 | 1001000 | 110001 | 111010 | 111000 | 100001 |
Color Harmonies of #827F25
Complementary color
Monochromatic Colors of #827F25
Black with #827F25
Text Example
Text Example
White with #827F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F25; }
p { color: rgb(130,127,37); }
H1.HeaderClassName
{
color: #827F25;
}
.AnyTagClassName
{
color: #827F25;
}
</style>
background-color css
<style>
a { background-color: #827F25; }
a { background-color: rgb(130,127,37); }
div.DivClassName
{
background-color: #827F25;
}
.BgClassName
{
background-color: #827F25;
}
</style>
border-color css
<style>
span { border-color: #827F25; }
span { border-color: rgb(130,127,37); }
td.TdClassName
{
border-color: #827F25;
}
.TagClassName
{
border-color: #827F25;
}
</style>