Shades of Green #146608
Tints of Green #146608
RGB
CMYK
RGB Variations
Color information
#146608 (or 0x146608) is known color: Green. HEX triplet: 14, 66 and 08. RGB value is (20,102,8). Sum of RGB (Red+Green+Blue) = 20+102+8=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #146608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146608 is #EB99F7. Grayscale: #434343. Windows color (decimal): -15440376 or 550420. OLE color: 550420.
HSL color Cylindrical-coordinate representation of color #146608: hue angle of 112.34º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146608 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 102 | 8 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.6 |
| HSL | 112.34º | 0.85% | 0.22% | - |
| HSV(B) | 112.34º | 0.92% | 0.4% | - |
| XYZ | 5.08 | 9.67 | 1.83 | - |
| YUV | 66.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 8 | 0.80 | 0 | 0.92 | 0.6 | 112.34 | 0.85 | 0.22 |
| Hex | 14 | 66 | 8 | 50 | 0 | 5C | 3C | 70 | 55 | 16 |
| Octal | 24 | 146 | 10 | 120 | 0 | 134 | 74 | 160 | 125 | 26 |
| Binary | 10100 | 1100110 | 1000 | 1010000 | 0 | 1011100 | 111100 | 1110000 | 1010101 | 10110 |
Color Harmonies of #146608
Complementary color
Monochromatic Colors of #146608
Black with #146608
Text Example
Text Example
White with #146608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146608; }
p { color: rgb(20,102,8); }
H1.HeaderClassName
{
color: #146608;
}
.AnyTagClassName
{
color: #146608;
}
</style>
background-color css
<style>
a { background-color: #146608; }
a { background-color: rgb(20,102,8); }
div.DivClassName
{
background-color: #146608;
}
.BgClassName
{
background-color: #146608;
}
</style>
border-color css
<style>
span { border-color: #146608; }
span { border-color: rgb(20,102,8); }
td.TdClassName
{
border-color: #146608;
}
.TagClassName
{
border-color: #146608;
}
</style>