Shades of Green #006514
Tints of Green #006514
RGB
CMYK
RGB Variations
Color information
#006514 (or 0x006514) is known color: Green. HEX triplet: 00, 65 and 14. RGB value is (0,101,20). Sum of RGB (Red+Green+Blue) = 0+101+20=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 101 (39.84% from 255 or 83.47% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 101 - color contains mainly: green. Hex color #006514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006514 is #FF9AEB. Grayscale: #3D3D3D. Windows color (decimal): -16751340 or 1336576. OLE color: 1336576.
HSL color Cylindrical-coordinate representation of color #006514: hue angle of 131.88º 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 #006514 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 20 | - |
| CMYK | 1 | 0 | 0.80 | 0.60 |
| HSL | 131.88º | 1% | 0.2% | - |
| HSV(B) | 131.88º | 1% | 0.4% | - |
| XYZ | 4.78 | 9.36 | 2.22 | - |
| YUV | 61.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 20 | 1 | 0 | 0.80 | 0.60 | 131.88 | 1 | 0.2 |
| Hex | 0 | 65 | 14 | 64 | 0 | 50 | 3C | 84 | 64 | 14 |
| Octal | 0 | 145 | 24 | 144 | 0 | 120 | 74 | 204 | 144 | 24 |
| Binary | 0 | 1100101 | 10100 | 1100100 | 0 | 1010000 | 111100 | 10000100 | 1100100 | 10100 |
Color Harmonies of #006514
Complementary color
Monochromatic Colors of #006514
Black with #006514
Text Example
Text Example
White with #006514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006514; }
p { color: rgb(0,101,20); }
H1.HeaderClassName
{
color: #006514;
}
.AnyTagClassName
{
color: #006514;
}
</style>
background-color css
<style>
a { background-color: #006514; }
a { background-color: rgb(0,101,20); }
div.DivClassName
{
background-color: #006514;
}
.BgClassName
{
background-color: #006514;
}
</style>
border-color css
<style>
span { border-color: #006514; }
span { border-color: rgb(0,101,20); }
td.TdClassName
{
border-color: #006514;
}
.TagClassName
{
border-color: #006514;
}
</style>