Shades of Trendy Green #827A18
Tints of Trendy Green #827A18
RGB
CMYK
RGB Variations
Color information
#827A18 (or 0x827A18) is known color: Trendy Green. HEX triplet: 82, 7A and 18. RGB value is (130,122,24). Sum of RGB (Red+Green+Blue) = 130+122+24=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #827A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A18 is #7D85E7. Grayscale: #717171. Windows color (decimal): -8226280 or 1604226. OLE color: 1604226.
HSL color Cylindrical-coordinate representation of color #827A18: hue angle of 55.47º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #827A18 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 24 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.49 |
| HSL | 55.47º | 0.69% | 0.3% | - |
| HSV(B) | 55.47º | 0.82% | 0.51% | - |
| XYZ | 16.33 | 18.73 | 3.62 | - |
| YUV | 113.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 24 | 0 | 0.06 | 0.82 | 0.49 | 55.47 | 0.69 | 0.3 |
| Hex | 82 | 7A | 18 | 0 | 6 | 52 | 31 | 37 | 45 | 1E |
| Octal | 202 | 172 | 30 | 0 | 6 | 122 | 61 | 67 | 105 | 36 |
| Binary | 10000010 | 1111010 | 11000 | 0 | 110 | 1010010 | 110001 | 110111 | 1000101 | 11110 |
Color Harmonies of #827A18
Complementary color
Monochromatic Colors of #827A18
Black with #827A18
Text Example
Text Example
White with #827A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A18; }
p { color: rgb(130,122,24); }
H1.HeaderClassName
{
color: #827A18;
}
.AnyTagClassName
{
color: #827A18;
}
</style>
background-color css
<style>
a { background-color: #827A18; }
a { background-color: rgb(130,122,24); }
div.DivClassName
{
background-color: #827A18;
}
.BgClassName
{
background-color: #827A18;
}
</style>
border-color css
<style>
span { border-color: #827A18; }
span { border-color: rgb(130,122,24); }
td.TdClassName
{
border-color: #827A18;
}
.TagClassName
{
border-color: #827A18;
}
</style>