Shades of Trendy Green #867D1B
Tints of Trendy Green #867D1B
RGB
CMYK
RGB Variations
Color information
#867D1B (or 0x867D1B) is known color: Trendy Green. HEX triplet: 86, 7D and 1B. RGB value is (134,125,27). Sum of RGB (Red+Green+Blue) = 134+125+27=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #867D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D1B is #7982E4. Grayscale: #747474. Windows color (decimal): -7963365 or 1801606. OLE color: 1801606.
HSL color Cylindrical-coordinate representation of color #867D1B: hue angle of 54.95º degrees, saturation: 0.66, 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 #867D1B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 27 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.47 |
| HSL | 54.95º | 0.66% | 0.32% | - |
| HSV(B) | 54.95º | 0.8% | 0.53% | - |
| XYZ | 17.36 | 19.81 | 3.95 | - |
| YUV | 116.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 27 | 0 | 0.07 | 0.80 | 0.47 | 54.95 | 0.66 | 0.32 |
| Hex | 86 | 7D | 1B | 0 | 7 | 50 | 2F | 37 | 42 | 20 |
| Octal | 206 | 175 | 33 | 0 | 7 | 120 | 57 | 67 | 102 | 40 |
| Binary | 10000110 | 1111101 | 11011 | 0 | 111 | 1010000 | 101111 | 110111 | 1000010 | 100000 |
Color Harmonies of #867D1B
Complementary color
Monochromatic Colors of #867D1B
Black with #867D1B
Text Example
Text Example
White with #867D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D1B; }
p { color: rgb(134,125,27); }
H1.HeaderClassName
{
color: #867D1B;
}
.AnyTagClassName
{
color: #867D1B;
}
</style>
background-color css
<style>
a { background-color: #867D1B; }
a { background-color: rgb(134,125,27); }
div.DivClassName
{
background-color: #867D1B;
}
.BgClassName
{
background-color: #867D1B;
}
</style>
border-color css
<style>
span { border-color: #867D1B; }
span { border-color: rgb(134,125,27); }
td.TdClassName
{
border-color: #867D1B;
}
.TagClassName
{
border-color: #867D1B;
}
</style>