Shades of Green #1A6705
Tints of Green #1A6705
RGB
CMYK
RGB Variations
Color information
#1A6705 (or 0x1A6705) is known color: Green. HEX triplet: 1A, 67 and 05. RGB value is (26,103,5). Sum of RGB (Red+Green+Blue) = 26+103+5=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 103 (40.62% from 255 or 76.87% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6705 is #E598FA. Grayscale: #454545. Windows color (decimal): -15046907 or 354074. OLE color: 354074.
HSL color Cylindrical-coordinate representation of color #1A6705: hue angle of 107.14º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A6705 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 103 | 5 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.60 |
| HSL | 107.14º | 0.91% | 0.21% | - |
| HSV(B) | 107.14º | 0.95% | 0.4% | - |
| XYZ | 5.3 | 9.93 | 1.78 | - |
| YUV | 68.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 5 | 0.75 | 0 | 0.95 | 0.60 | 107.14 | 0.91 | 0.21 |
| Hex | 1A | 67 | 5 | 4B | 0 | 5F | 3C | 6B | 5B | 15 |
| Octal | 32 | 147 | 5 | 113 | 0 | 137 | 74 | 153 | 133 | 25 |
| Binary | 11010 | 1100111 | 101 | 1001011 | 0 | 1011111 | 111100 | 1101011 | 1011011 | 10101 |
Color Harmonies of #1A6705
Complementary color
Monochromatic Colors of #1A6705
Black with #1A6705
Text Example
Text Example
White with #1A6705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6705; }
p { color: rgb(26,103,5); }
H1.HeaderClassName
{
color: #1A6705;
}
.AnyTagClassName
{
color: #1A6705;
}
</style>
background-color css
<style>
a { background-color: #1A6705; }
a { background-color: rgb(26,103,5); }
div.DivClassName
{
background-color: #1A6705;
}
.BgClassName
{
background-color: #1A6705;
}
</style>
border-color css
<style>
span { border-color: #1A6705; }
span { border-color: rgb(26,103,5); }
td.TdClassName
{
border-color: #1A6705;
}
.TagClassName
{
border-color: #1A6705;
}
</style>