Shades of Green #006615
Tints of Green #006615
RGB
CMYK
RGB Variations
Color information
#006615 (or 0x006615) is known color: Green. HEX triplet: 00, 66 and 15. RGB value is (0,102,21). Sum of RGB (Red+Green+Blue) = 0+102+21=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #006615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006615 is #FF99EA. Grayscale: #3E3E3E. Windows color (decimal): -16751083 or 1402368. OLE color: 1402368.
HSL color Cylindrical-coordinate representation of color #006615: hue angle of 132.35º 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 #006615 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 21 | - |
| CMYK | 1 | 0 | 0.79 | 0.6 |
| HSL | 132.35º | 1% | 0.2% | - |
| HSV(B) | 132.35º | 1% | 0.4% | - |
| XYZ | 4.89 | 9.56 | 2.3 | - |
| YUV | 62.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 21 | 1 | 0 | 0.79 | 0.6 | 132.35 | 1 | 0.2 |
| Hex | 0 | 66 | 15 | 64 | 0 | 4F | 3C | 84 | 64 | 14 |
| Octal | 0 | 146 | 25 | 144 | 0 | 117 | 74 | 204 | 144 | 24 |
| Binary | 0 | 1100110 | 10101 | 1100100 | 0 | 1001111 | 111100 | 10000100 | 1100100 | 10100 |
Color Harmonies of #006615
Complementary color
Monochromatic Colors of #006615
Black with #006615
Text Example
Text Example
White with #006615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006615; }
p { color: rgb(0,102,21); }
H1.HeaderClassName
{
color: #006615;
}
.AnyTagClassName
{
color: #006615;
}
</style>
background-color css
<style>
a { background-color: #006615; }
a { background-color: rgb(0,102,21); }
div.DivClassName
{
background-color: #006615;
}
.BgClassName
{
background-color: #006615;
}
</style>
border-color css
<style>
span { border-color: #006615; }
span { border-color: rgb(0,102,21); }
td.TdClassName
{
border-color: #006615;
}
.TagClassName
{
border-color: #006615;
}
</style>