Shades of Green #1A760D
Tints of Green #1A760D
RGB
CMYK
RGB Variations
Color information
#1A760D (or 0x1A760D) is known color: Green. HEX triplet: 1A, 76 and 0D. RGB value is (26,118,13). Sum of RGB (Red+Green+Blue) = 26+118+13=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 118 (46.48% from 255 or 75.16% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 118 - color contains mainly: green. Hex color #1A760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A760D is #E589F2. Grayscale: #4E4E4E. Windows color (decimal): -15043059 or 882202. OLE color: 882202.
HSL color Cylindrical-coordinate representation of color #1A760D: hue angle of 112.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A760D is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 13 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.54 |
| HSL | 112.57º | 0.8% | 0.26% | - |
| HSV(B) | 112.57º | 0.89% | 0.46% | - |
| XYZ | 6.98 | 13.21 | 2.56 | - |
| YUV | 78.52 | 91.02 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 13 | 0.78 | 0 | 0.89 | 0.54 | 112.57 | 0.8 | 0.26 |
| Hex | 1A | 76 | D | 4E | 0 | 59 | 36 | 71 | 50 | 1A |
| Octal | 32 | 166 | 15 | 116 | 0 | 131 | 66 | 161 | 120 | 32 |
| Binary | 11010 | 1110110 | 1101 | 1001110 | 0 | 1011001 | 110110 | 1110001 | 1010000 | 11010 |
Color Harmonies of #1A760D
Complementary color
Monochromatic Colors of #1A760D
Black with #1A760D
Text Example
Text Example
White with #1A760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A760D; }
p { color: rgb(26,118,13); }
H1.HeaderClassName
{
color: #1A760D;
}
.AnyTagClassName
{
color: #1A760D;
}
</style>
background-color css
<style>
a { background-color: #1A760D; }
a { background-color: rgb(26,118,13); }
div.DivClassName
{
background-color: #1A760D;
}
.BgClassName
{
background-color: #1A760D;
}
</style>
border-color css
<style>
span { border-color: #1A760D; }
span { border-color: rgb(26,118,13); }
td.TdClassName
{
border-color: #1A760D;
}
.TagClassName
{
border-color: #1A760D;
}
</style>