Shades of Green #006614
Tints of Green #006614
RGB
CMYK
RGB Variations
Color information
#006614 (or 0x006614) is known color: Green. HEX triplet: 00, 66 and 14. RGB value is (0,102,20). Sum of RGB (Red+Green+Blue) = 0+102+20=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 102 (40.23% from 255 or 83.61% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 102 - color contains mainly: green. Hex color #006614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006614 is #FF99EB. Grayscale: #3E3E3E. Windows color (decimal): -16751084 or 1336832. OLE color: 1336832.
HSL color Cylindrical-coordinate representation of color #006614: hue angle of 131.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006614 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 20 | - |
| CMYK | 1 | 0 | 0.80 | 0.6 |
| HSL | 131.76º | 1% | 0.2% | - |
| HSV(B) | 131.76º | 1% | 0.4% | - |
| XYZ | 4.88 | 9.55 | 2.25 | - |
| YUV | 62.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 20 | 1 | 0 | 0.80 | 0.6 | 131.76 | 1 | 0.2 |
| Hex | 0 | 66 | 14 | 64 | 0 | 50 | 3C | 84 | 64 | 14 |
| Octal | 0 | 146 | 24 | 144 | 0 | 120 | 74 | 204 | 144 | 24 |
| Binary | 0 | 1100110 | 10100 | 1100100 | 0 | 1010000 | 111100 | 10000100 | 1100100 | 10100 |
Color Harmonies of #006614
Complementary color
Monochromatic Colors of #006614
Black with #006614
Text Example
Text Example
White with #006614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006614; }
p { color: rgb(0,102,20); }
H1.HeaderClassName
{
color: #006614;
}
.AnyTagClassName
{
color: #006614;
}
</style>
background-color css
<style>
a { background-color: #006614; }
a { background-color: rgb(0,102,20); }
div.DivClassName
{
background-color: #006614;
}
.BgClassName
{
background-color: #006614;
}
</style>
border-color css
<style>
span { border-color: #006614; }
span { border-color: rgb(0,102,20); }
td.TdClassName
{
border-color: #006614;
}
.TagClassName
{
border-color: #006614;
}
</style>