Shades of Green #1A8706
Tints of Green #1A8706
RGB
CMYK
RGB Variations
Color information
#1A8706 (or 0x1A8706) is known color: Green. HEX triplet: 1A, 87 and 06. RGB value is (26,135,6). Sum of RGB (Red+Green+Blue) = 26+135+6=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 135 (53.12% from 255 or 80.84% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8706 is #E578F9. Grayscale: #585858. Windows color (decimal): -15038714 or 427802. OLE color: 427802.
HSL color Cylindrical-coordinate representation of color #1A8706: hue angle of 110.7º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A8706 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 6 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.47 |
| HSL | 110.7º | 0.91% | 0.28% | - |
| HSV(B) | 110.7º | 0.96% | 0.53% | - |
| XYZ | 9.12 | 17.56 | 3.08 | - |
| YUV | 87.7 | 81.89 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 6 | 0.81 | 0 | 0.96 | 0.47 | 110.7 | 0.91 | 0.28 |
| Hex | 1A | 87 | 6 | 51 | 0 | 60 | 2F | 6F | 5B | 1C |
| Octal | 32 | 207 | 6 | 121 | 0 | 140 | 57 | 157 | 133 | 34 |
| Binary | 11010 | 10000111 | 110 | 1010001 | 0 | 1100000 | 101111 | 1101111 | 1011011 | 11100 |
Color Harmonies of #1A8706
Complementary color
Monochromatic Colors of #1A8706
Black with #1A8706
Text Example
Text Example
White with #1A8706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8706; }
p { color: rgb(26,135,6); }
H1.HeaderClassName
{
color: #1A8706;
}
.AnyTagClassName
{
color: #1A8706;
}
</style>
background-color css
<style>
a { background-color: #1A8706; }
a { background-color: rgb(26,135,6); }
div.DivClassName
{
background-color: #1A8706;
}
.BgClassName
{
background-color: #1A8706;
}
</style>
border-color css
<style>
span { border-color: #1A8706; }
span { border-color: rgb(26,135,6); }
td.TdClassName
{
border-color: #1A8706;
}
.TagClassName
{
border-color: #1A8706;
}
</style>