Shades of Green #006314
Tints of Green #006314
RGB
CMYK
RGB Variations
Color information
#006314 (or 0x006314) is known color: Green. HEX triplet: 00, 63 and 14. RGB value is (0,99,20). Sum of RGB (Red+Green+Blue) = 0+99+20=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 99 (39.06% from 255 or 83.19% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 99 - color contains mainly: green. Hex color #006314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006314 is #FF9CEB. Grayscale: #3C3C3C. Windows color (decimal): -16751852 or 1336064. OLE color: 1336064.
HSL color Cylindrical-coordinate representation of color #006314: hue angle of 132.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006314 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 20 | - |
| CMYK | 1 | 0 | 0.80 | 0.61 |
| HSL | 132.12º | 1% | 0.19% | - |
| HSV(B) | 132.12º | 1% | 0.39% | - |
| XYZ | 4.59 | 8.97 | 2.15 | - |
| YUV | 60.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 20 | 1 | 0 | 0.80 | 0.61 | 132.12 | 1 | 0.19 |
| Hex | 0 | 63 | 14 | 64 | 0 | 50 | 3D | 84 | 64 | 13 |
| Octal | 0 | 143 | 24 | 144 | 0 | 120 | 75 | 204 | 144 | 23 |
| Binary | 0 | 1100011 | 10100 | 1100100 | 0 | 1010000 | 111101 | 10000100 | 1100100 | 10011 |
Color Harmonies of #006314
Complementary color
Monochromatic Colors of #006314
Black with #006314
Text Example
Text Example
White with #006314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006314; }
p { color: rgb(0,99,20); }
H1.HeaderClassName
{
color: #006314;
}
.AnyTagClassName
{
color: #006314;
}
</style>
background-color css
<style>
a { background-color: #006314; }
a { background-color: rgb(0,99,20); }
div.DivClassName
{
background-color: #006314;
}
.BgClassName
{
background-color: #006314;
}
</style>
border-color css
<style>
span { border-color: #006314; }
span { border-color: rgb(0,99,20); }
td.TdClassName
{
border-color: #006314;
}
.TagClassName
{
border-color: #006314;
}
</style>