Shades of Trendy Green #8A851D
Tints of Trendy Green #8A851D
RGB
CMYK
RGB Variations
Color information
#8A851D (or 0x8A851D) is known color: Trendy Green. HEX triplet: 8A, 85 and 1D. RGB value is (138,133,29). Sum of RGB (Red+Green+Blue) = 138+133+29=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A851D is #757AE2. Grayscale: #7B7B7B. Windows color (decimal): -7699171 or 1934730. OLE color: 1934730.
HSL color Cylindrical-coordinate representation of color #8A851D: hue angle of 57.25º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A851D is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 29 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.46 |
| HSL | 57.25º | 0.65% | 0.33% | - |
| HSV(B) | 57.25º | 0.79% | 0.54% | - |
| XYZ | 19.09 | 22.27 | 4.45 | - |
| YUV | 122.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 29 | 0 | 0.04 | 0.79 | 0.46 | 57.25 | 0.65 | 0.33 |
| Hex | 8A | 85 | 1D | 0 | 4 | 4F | 2E | 39 | 41 | 21 |
| Octal | 212 | 205 | 35 | 0 | 4 | 117 | 56 | 71 | 101 | 41 |
| Binary | 10001010 | 10000101 | 11101 | 0 | 100 | 1001111 | 101110 | 111001 | 1000001 | 100001 |
Color Harmonies of #8A851D
Complementary color
Monochromatic Colors of #8A851D
Black with #8A851D
Text Example
Text Example
White with #8A851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A851D; }
p { color: rgb(138,133,29); }
H1.HeaderClassName
{
color: #8A851D;
}
.AnyTagClassName
{
color: #8A851D;
}
</style>
background-color css
<style>
a { background-color: #8A851D; }
a { background-color: rgb(138,133,29); }
div.DivClassName
{
background-color: #8A851D;
}
.BgClassName
{
background-color: #8A851D;
}
</style>
border-color css
<style>
span { border-color: #8A851D; }
span { border-color: rgb(138,133,29); }
td.TdClassName
{
border-color: #8A851D;
}
.TagClassName
{
border-color: #8A851D;
}
</style>