Shades of Green #146704
Tints of Green #146704
RGB
CMYK
RGB Variations
Color information
#146704 (or 0x146704) is known color: Green. HEX triplet: 14, 67 and 04. RGB value is (20,103,4). Sum of RGB (Red+Green+Blue) = 20+103+4=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 103 (40.62% from 255 or 81.10% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 103 - color contains mainly: green. Hex color #146704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146704 is #EB98FB. Grayscale: #434343. Windows color (decimal): -15440124 or 288532. OLE color: 288532.
HSL color Cylindrical-coordinate representation of color #146704: hue angle of 110.3º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #146704 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 103 | 4 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.60 |
| HSL | 110.3º | 0.93% | 0.21% | - |
| HSV(B) | 110.3º | 0.96% | 0.4% | - |
| XYZ | 5.16 | 9.86 | 1.75 | - |
| YUV | 66.9 | 92.5 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 4 | 0.81 | 0 | 0.96 | 0.60 | 110.3 | 0.93 | 0.21 |
| Hex | 14 | 67 | 4 | 51 | 0 | 60 | 3C | 6E | 5D | 15 |
| Octal | 24 | 147 | 4 | 121 | 0 | 140 | 74 | 156 | 135 | 25 |
| Binary | 10100 | 1100111 | 100 | 1010001 | 0 | 1100000 | 111100 | 1101110 | 1011101 | 10101 |
Color Harmonies of #146704
Complementary color
Monochromatic Colors of #146704
Black with #146704
Text Example
Text Example
White with #146704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146704; }
p { color: rgb(20,103,4); }
H1.HeaderClassName
{
color: #146704;
}
.AnyTagClassName
{
color: #146704;
}
</style>
background-color css
<style>
a { background-color: #146704; }
a { background-color: rgb(20,103,4); }
div.DivClassName
{
background-color: #146704;
}
.BgClassName
{
background-color: #146704;
}
</style>
border-color css
<style>
span { border-color: #146704; }
span { border-color: rgb(20,103,4); }
td.TdClassName
{
border-color: #146704;
}
.TagClassName
{
border-color: #146704;
}
</style>