Shades of Green #006310
Tints of Green #006310
RGB
CMYK
RGB Variations
Color information
#006310 (or 0x006310) is known color: Green. HEX triplet: 00, 63 and 10. RGB value is (0,99,16). Sum of RGB (Red+Green+Blue) = 0+99+16=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 99 (39.06% from 255 or 86.09% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 99 - color contains mainly: green. Hex color #006310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006310 is #FF9CEF. Grayscale: #3C3C3C. Windows color (decimal): -16751856 or 1073920. OLE color: 1073920.
HSL color Cylindrical-coordinate representation of color #006310: hue angle of 129.7º 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 #006310 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 16 | - |
| CMYK | 1 | 0 | 0.84 | 0.61 |
| HSL | 129.7º | 1% | 0.19% | - |
| HSV(B) | 129.7º | 1% | 0.39% | - |
| XYZ | 4.56 | 8.96 | 1.98 | - |
| YUV | 59.94 | 103.2 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 16 | 1 | 0 | 0.84 | 0.61 | 129.7 | 1 | 0.19 |
| Hex | 0 | 63 | 10 | 64 | 0 | 54 | 3D | 82 | 64 | 13 |
| Octal | 0 | 143 | 20 | 144 | 0 | 124 | 75 | 202 | 144 | 23 |
| Binary | 0 | 1100011 | 10000 | 1100100 | 0 | 1010100 | 111101 | 10000010 | 1100100 | 10011 |
Color Harmonies of #006310
Complementary color
Monochromatic Colors of #006310
Black with #006310
Text Example
Text Example
White with #006310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006310; }
p { color: rgb(0,99,16); }
H1.HeaderClassName
{
color: #006310;
}
.AnyTagClassName
{
color: #006310;
}
</style>
background-color css
<style>
a { background-color: #006310; }
a { background-color: rgb(0,99,16); }
div.DivClassName
{
background-color: #006310;
}
.BgClassName
{
background-color: #006310;
}
</style>
border-color css
<style>
span { border-color: #006310; }
span { border-color: rgb(0,99,16); }
td.TdClassName
{
border-color: #006310;
}
.TagClassName
{
border-color: #006310;
}
</style>