Shades of Trendy Green #887D1B
Tints of Trendy Green #887D1B
RGB
CMYK
RGB Variations
Color information
#887D1B (or 0x887D1B) is known color: Trendy Green. HEX triplet: 88, 7D and 1B. RGB value is (136,125,27). Sum of RGB (Red+Green+Blue) = 136+125+27=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #887D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D1B is #7782E4. Grayscale: #757575. Windows color (decimal): -7832293 or 1801608. OLE color: 1801608.
HSL color Cylindrical-coordinate representation of color #887D1B: hue angle of 53.94º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #887D1B is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 27 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.47 |
| HSL | 53.94º | 0.67% | 0.32% | - |
| HSV(B) | 53.94º | 0.8% | 0.53% | - |
| XYZ | 17.68 | 19.98 | 3.96 | - |
| YUV | 117.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 27 | 0 | 0.08 | 0.80 | 0.47 | 53.94 | 0.67 | 0.32 |
| Hex | 88 | 7D | 1B | 0 | 8 | 50 | 2F | 36 | 43 | 20 |
| Octal | 210 | 175 | 33 | 0 | 10 | 120 | 57 | 66 | 103 | 40 |
| Binary | 10001000 | 1111101 | 11011 | 0 | 1000 | 1010000 | 101111 | 110110 | 1000011 | 100000 |
Color Harmonies of #887D1B
Complementary color
Monochromatic Colors of #887D1B
Black with #887D1B
Text Example
Text Example
White with #887D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D1B; }
p { color: rgb(136,125,27); }
H1.HeaderClassName
{
color: #887D1B;
}
.AnyTagClassName
{
color: #887D1B;
}
</style>
background-color css
<style>
a { background-color: #887D1B; }
a { background-color: rgb(136,125,27); }
div.DivClassName
{
background-color: #887D1B;
}
.BgClassName
{
background-color: #887D1B;
}
</style>
border-color css
<style>
span { border-color: #887D1B; }
span { border-color: rgb(136,125,27); }
td.TdClassName
{
border-color: #887D1B;
}
.TagClassName
{
border-color: #887D1B;
}
</style>