Shades of Green #146B07
Tints of Green #146B07
RGB
CMYK
RGB Variations
Color information
#146B07 (or 0x146B07) is known color: Green. HEX triplet: 14, 6B and 07. RGB value is (20,107,7). Sum of RGB (Red+Green+Blue) = 20+107+7=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 107 (42.19% from 255 or 79.85% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 107 - color contains mainly: green. Hex color #146B07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146B07 is #EB94F8. Grayscale: #454545. Windows color (decimal): -15439097 or 486164. OLE color: 486164.
HSL color Cylindrical-coordinate representation of color #146B07: hue angle of 112.2º 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 #146B07 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 107 | 7 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.58 |
| HSL | 112.2º | 0.88% | 0.22% | - |
| HSV(B) | 112.2º | 0.93% | 0.42% | - |
| XYZ | 5.58 | 10.68 | 1.97 | - |
| YUV | 69.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 7 | 0.81 | 0 | 0.93 | 0.58 | 112.2 | 0.88 | 0.22 |
| Hex | 14 | 6B | 7 | 51 | 0 | 5D | 3A | 70 | 58 | 16 |
| Octal | 24 | 153 | 7 | 121 | 0 | 135 | 72 | 160 | 130 | 26 |
| Binary | 10100 | 1101011 | 111 | 1010001 | 0 | 1011101 | 111010 | 1110000 | 1011000 | 10110 |
Color Harmonies of #146B07
Complementary color
Monochromatic Colors of #146B07
Black with #146B07
Text Example
Text Example
White with #146B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146B07; }
p { color: rgb(20,107,7); }
H1.HeaderClassName
{
color: #146B07;
}
.AnyTagClassName
{
color: #146B07;
}
</style>
background-color css
<style>
a { background-color: #146B07; }
a { background-color: rgb(20,107,7); }
div.DivClassName
{
background-color: #146B07;
}
.BgClassName
{
background-color: #146B07;
}
</style>
border-color css
<style>
span { border-color: #146B07; }
span { border-color: rgb(20,107,7); }
td.TdClassName
{
border-color: #146B07;
}
.TagClassName
{
border-color: #146B07;
}
</style>