Shades of Green #1B7607
Tints of Green #1B7607
RGB
CMYK
RGB Variations
Color information
#1B7607 (or 0x1B7607) is known color: Green. HEX triplet: 1B, 76 and 07. RGB value is (27,118,7). Sum of RGB (Red+Green+Blue) = 27+118+7=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #1B7607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7607 is #E489F8. Grayscale: #4E4E4E. Windows color (decimal): -14977529 or 488987. OLE color: 488987.
HSL color Cylindrical-coordinate representation of color #1B7607: hue angle of 109.19º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B7607 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 118 | 7 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.54 |
| HSL | 109.19º | 0.89% | 0.25% | - |
| HSV(B) | 109.19º | 0.94% | 0.46% | - |
| XYZ | 6.97 | 13.21 | 2.38 | - |
| YUV | 78.14 | 87.85 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 7 | 0.77 | 0 | 0.94 | 0.54 | 109.19 | 0.89 | 0.25 |
| Hex | 1B | 76 | 7 | 4D | 0 | 5E | 36 | 6D | 59 | 19 |
| Octal | 33 | 166 | 7 | 115 | 0 | 136 | 66 | 155 | 131 | 31 |
| Binary | 11011 | 1110110 | 111 | 1001101 | 0 | 1011110 | 110110 | 1101101 | 1011001 | 11001 |
Color Harmonies of #1B7607
Complementary color
Monochromatic Colors of #1B7607
Black with #1B7607
Text Example
Text Example
White with #1B7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7607; }
p { color: rgb(27,118,7); }
H1.HeaderClassName
{
color: #1B7607;
}
.AnyTagClassName
{
color: #1B7607;
}
</style>
background-color css
<style>
a { background-color: #1B7607; }
a { background-color: rgb(27,118,7); }
div.DivClassName
{
background-color: #1B7607;
}
.BgClassName
{
background-color: #1B7607;
}
</style>
border-color css
<style>
span { border-color: #1B7607; }
span { border-color: rgb(27,118,7); }
td.TdClassName
{
border-color: #1B7607;
}
.TagClassName
{
border-color: #1B7607;
}
</style>