Shades of Trendy Green #8A851F
Tints of Trendy Green #8A851F
RGB
CMYK
RGB Variations
Color information
#8A851F (or 0x8A851F) is known color: Trendy Green. HEX triplet: 8A, 85 and 1F. RGB value is (138,133,31). Sum of RGB (Red+Green+Blue) = 138+133+31=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A851F is #757AE0. Grayscale: #7B7B7B. Windows color (decimal): -7699169 or 2065802. OLE color: 2065802.
HSL color Cylindrical-coordinate representation of color #8A851F: hue angle of 57.2º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A851F is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 31 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.46 |
| HSL | 57.2º | 0.63% | 0.33% | - |
| HSV(B) | 57.2º | 0.78% | 0.54% | - |
| XYZ | 19.12 | 22.28 | 4.59 | - |
| YUV | 122.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 31 | 0 | 0.04 | 0.78 | 0.46 | 57.2 | 0.63 | 0.33 |
| Hex | 8A | 85 | 1F | 0 | 4 | 4E | 2E | 39 | 3F | 21 |
| Octal | 212 | 205 | 37 | 0 | 4 | 116 | 56 | 71 | 77 | 41 |
| Binary | 10001010 | 10000101 | 11111 | 0 | 100 | 1001110 | 101110 | 111001 | 111111 | 100001 |
Color Harmonies of #8A851F
Complementary color
Monochromatic Colors of #8A851F
Black with #8A851F
Text Example
Text Example
White with #8A851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A851F; }
p { color: rgb(138,133,31); }
H1.HeaderClassName
{
color: #8A851F;
}
.AnyTagClassName
{
color: #8A851F;
}
</style>
background-color css
<style>
a { background-color: #8A851F; }
a { background-color: rgb(138,133,31); }
div.DivClassName
{
background-color: #8A851F;
}
.BgClassName
{
background-color: #8A851F;
}
</style>
border-color css
<style>
span { border-color: #8A851F; }
span { border-color: rgb(138,133,31); }
td.TdClassName
{
border-color: #8A851F;
}
.TagClassName
{
border-color: #8A851F;
}
</style>