Shades of Green #1A7B07
Tints of Green #1A7B07
RGB
CMYK
RGB Variations
Color information
#1A7B07 (or 0x1A7B07) is known color: Green. HEX triplet: 1A, 7B and 07. RGB value is (26,123,7). Sum of RGB (Red+Green+Blue) = 26+123+7=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 123 (48.44% from 255 or 78.85% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 123 - color contains mainly: green. Hex color #1A7B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7B07 is #E584F8. Grayscale: #515151. Windows color (decimal): -15041785 or 490266. OLE color: 490266.
HSL color Cylindrical-coordinate representation of color #1A7B07: hue angle of 110.17º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A7B07 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 123 | 7 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.52 |
| HSL | 110.17º | 0.89% | 0.25% | - |
| HSV(B) | 110.17º | 0.94% | 0.48% | - |
| XYZ | 7.55 | 14.4 | 2.58 | - |
| YUV | 80.77 | 86.36 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 123 | 7 | 0.79 | 0 | 0.94 | 0.52 | 110.17 | 0.89 | 0.25 |
| Hex | 1A | 7B | 7 | 4F | 0 | 5E | 34 | 6E | 59 | 19 |
| Octal | 32 | 173 | 7 | 117 | 0 | 136 | 64 | 156 | 131 | 31 |
| Binary | 11010 | 1111011 | 111 | 1001111 | 0 | 1011110 | 110100 | 1101110 | 1011001 | 11001 |
Color Harmonies of #1A7B07
Complementary color
Monochromatic Colors of #1A7B07
Black with #1A7B07
Text Example
Text Example
White with #1A7B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7B07; }
p { color: rgb(26,123,7); }
H1.HeaderClassName
{
color: #1A7B07;
}
.AnyTagClassName
{
color: #1A7B07;
}
</style>
background-color css
<style>
a { background-color: #1A7B07; }
a { background-color: rgb(26,123,7); }
div.DivClassName
{
background-color: #1A7B07;
}
.BgClassName
{
background-color: #1A7B07;
}
</style>
border-color css
<style>
span { border-color: #1A7B07; }
span { border-color: rgb(26,123,7); }
td.TdClassName
{
border-color: #1A7B07;
}
.TagClassName
{
border-color: #1A7B07;
}
</style>