Shades of Trendy Green #827F26
Tints of Trendy Green #827F26
RGB
CMYK
RGB Variations
Color information
#827F26 (or 0x827F26) is known color: Trendy Green. HEX triplet: 82, 7F and 26. RGB value is (130,127,38). Sum of RGB (Red+Green+Blue) = 130+127+38=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #827F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F26 is #7D80D9. Grayscale: #767676. Windows color (decimal): -8224986 or 2523010. OLE color: 2523010.
HSL color Cylindrical-coordinate representation of color #827F26: hue angle of 58.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #827F26 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 38 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.49 |
| HSL | 58.04º | 0.55% | 0.33% | - |
| HSV(B) | 58.04º | 0.71% | 0.51% | - |
| XYZ | 17.15 | 20.06 | 4.8 | - |
| YUV | 117.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 38 | 0 | 0.02 | 0.71 | 0.49 | 58.04 | 0.55 | 0.33 |
| Hex | 82 | 7F | 26 | 0 | 2 | 47 | 31 | 3A | 37 | 21 |
| Octal | 202 | 177 | 46 | 0 | 2 | 107 | 61 | 72 | 67 | 41 |
| Binary | 10000010 | 1111111 | 100110 | 0 | 10 | 1000111 | 110001 | 111010 | 110111 | 100001 |
Color Harmonies of #827F26
Complementary color
Monochromatic Colors of #827F26
Black with #827F26
Text Example
Text Example
White with #827F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F26; }
p { color: rgb(130,127,38); }
H1.HeaderClassName
{
color: #827F26;
}
.AnyTagClassName
{
color: #827F26;
}
</style>
background-color css
<style>
a { background-color: #827F26; }
a { background-color: rgb(130,127,38); }
div.DivClassName
{
background-color: #827F26;
}
.BgClassName
{
background-color: #827F26;
}
</style>
border-color css
<style>
span { border-color: #827F26; }
span { border-color: rgb(130,127,38); }
td.TdClassName
{
border-color: #827F26;
}
.TagClassName
{
border-color: #827F26;
}
</style>