Shades of Green #1A6A07
Tints of Green #1A6A07
RGB
CMYK
RGB Variations
Color information
#1A6A07 (or 0x1A6A07) is known color: Green. HEX triplet: 1A, 6A and 07. RGB value is (26,106,7). Sum of RGB (Red+Green+Blue) = 26+106+7=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 106 (41.80% from 255 or 76.26% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6A07 is #E595F8. Grayscale: #474747. Windows color (decimal): -15046137 or 485914. OLE color: 485914.
HSL color Cylindrical-coordinate representation of color #1A6A07: hue angle of 108.48º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A6A07 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 106 | 7 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.58 |
| HSL | 108.48º | 0.88% | 0.22% | - |
| HSV(B) | 108.48º | 0.93% | 0.42% | - |
| XYZ | 5.62 | 10.54 | 1.94 | - |
| YUV | 70.79 | 92 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 7 | 0.75 | 0 | 0.93 | 0.58 | 108.48 | 0.88 | 0.22 |
| Hex | 1A | 6A | 7 | 4B | 0 | 5D | 3A | 6C | 58 | 16 |
| Octal | 32 | 152 | 7 | 113 | 0 | 135 | 72 | 154 | 130 | 26 |
| Binary | 11010 | 1101010 | 111 | 1001011 | 0 | 1011101 | 111010 | 1101100 | 1011000 | 10110 |
Color Harmonies of #1A6A07
Complementary color
Monochromatic Colors of #1A6A07
Black with #1A6A07
Text Example
Text Example
White with #1A6A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6A07; }
p { color: rgb(26,106,7); }
H1.HeaderClassName
{
color: #1A6A07;
}
.AnyTagClassName
{
color: #1A6A07;
}
</style>
background-color css
<style>
a { background-color: #1A6A07; }
a { background-color: rgb(26,106,7); }
div.DivClassName
{
background-color: #1A6A07;
}
.BgClassName
{
background-color: #1A6A07;
}
</style>
border-color css
<style>
span { border-color: #1A6A07; }
span { border-color: rgb(26,106,7); }
td.TdClassName
{
border-color: #1A6A07;
}
.TagClassName
{
border-color: #1A6A07;
}
</style>