Shades of Green #006613
Tints of Green #006613
RGB
CMYK
RGB Variations
Color information
#006613 (or 0x006613) is known color: Green. HEX triplet: 00, 66 and 13. RGB value is (0,102,19). Sum of RGB (Red+Green+Blue) = 0+102+19=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #006613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006613 is #FF99EC. Grayscale: #3E3E3E. Windows color (decimal): -16751085 or 1271296. OLE color: 1271296.
HSL color Cylindrical-coordinate representation of color #006613: hue angle of 131.18º 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 #006613 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 19 | - |
| CMYK | 1 | 0 | 0.81 | 0.6 |
| HSL | 131.18º | 1% | 0.2% | - |
| HSV(B) | 131.18º | 1% | 0.4% | - |
| XYZ | 4.87 | 9.55 | 2.2 | - |
| YUV | 62.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 19 | 1 | 0 | 0.81 | 0.6 | 131.18 | 1 | 0.2 |
| Hex | 0 | 66 | 13 | 64 | 0 | 51 | 3C | 83 | 64 | 14 |
| Octal | 0 | 146 | 23 | 144 | 0 | 121 | 74 | 203 | 144 | 24 |
| Binary | 0 | 1100110 | 10011 | 1100100 | 0 | 1010001 | 111100 | 10000011 | 1100100 | 10100 |
Color Harmonies of #006613
Complementary color
Monochromatic Colors of #006613
Black with #006613
Text Example
Text Example
White with #006613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006613; }
p { color: rgb(0,102,19); }
H1.HeaderClassName
{
color: #006613;
}
.AnyTagClassName
{
color: #006613;
}
</style>
background-color css
<style>
a { background-color: #006613; }
a { background-color: rgb(0,102,19); }
div.DivClassName
{
background-color: #006613;
}
.BgClassName
{
background-color: #006613;
}
</style>
border-color css
<style>
span { border-color: #006613; }
span { border-color: rgb(0,102,19); }
td.TdClassName
{
border-color: #006613;
}
.TagClassName
{
border-color: #006613;
}
</style>