Shades of Trendy Green #868A1A
Tints of Trendy Green #868A1A
RGB
CMYK
RGB Variations
Color information
#868A1A (or 0x868A1A) is known color: Trendy Green. HEX triplet: 86, 8A and 1A. RGB value is (134,138,26). Sum of RGB (Red+Green+Blue) = 134+138+26=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #868A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868A1A is #7975E5. Grayscale: #7C7C7C. Windows color (decimal): -7960038 or 1739398. OLE color: 1739398.
HSL color Cylindrical-coordinate representation of color #868A1A: hue angle of 62.14º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #868A1A is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 26 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.46 |
| HSL | 62.14º | 0.68% | 0.32% | - |
| HSV(B) | 62.14º | 0.81% | 0.54% | - |
| XYZ | 19.11 | 23.32 | 4.47 | - |
| YUV | 124.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 26 | 0.03 | 0 | 0.81 | 0.46 | 62.14 | 0.68 | 0.32 |
| Hex | 86 | 8A | 1A | 3 | 0 | 51 | 2E | 3E | 44 | 20 |
| Octal | 206 | 212 | 32 | 3 | 0 | 121 | 56 | 76 | 104 | 40 |
| Binary | 10000110 | 10001010 | 11010 | 11 | 0 | 1010001 | 101110 | 111110 | 1000100 | 100000 |
Color Harmonies of #868A1A
Complementary color
Monochromatic Colors of #868A1A
Black with #868A1A
Text Example
Text Example
White with #868A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A1A; }
p { color: rgb(134,138,26); }
H1.HeaderClassName
{
color: #868A1A;
}
.AnyTagClassName
{
color: #868A1A;
}
</style>
background-color css
<style>
a { background-color: #868A1A; }
a { background-color: rgb(134,138,26); }
div.DivClassName
{
background-color: #868A1A;
}
.BgClassName
{
background-color: #868A1A;
}
</style>
border-color css
<style>
span { border-color: #868A1A; }
span { border-color: rgb(134,138,26); }
td.TdClassName
{
border-color: #868A1A;
}
.TagClassName
{
border-color: #868A1A;
}
</style>