Shades of Green #06630D
Tints of Green #06630D
RGB
CMYK
RGB Variations
Color information
#06630D (or 0x06630D) is known color: Green. HEX triplet: 06, 63 and 0D. RGB value is (6,99,13). Sum of RGB (Red+Green+Blue) = 6+99+13=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 99 (39.06% from 255 or 83.90% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 99 - color contains mainly: green. Hex color #06630D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06630D is #F99CF2. Grayscale: #3D3D3D. Windows color (decimal): -16358643 or 877318. OLE color: 877318.
HSL color Cylindrical-coordinate representation of color #06630D: hue angle of 124.52º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06630D is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 13 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.61 |
| HSL | 124.52º | 0.89% | 0.21% | - |
| HSV(B) | 124.52º | 0.94% | 0.39% | - |
| XYZ | 4.61 | 8.99 | 1.87 | - |
| YUV | 61.39 | 100.69 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 13 | 0.94 | 0 | 0.87 | 0.61 | 124.52 | 0.89 | 0.21 |
| Hex | 6 | 63 | D | 5E | 0 | 57 | 3D | 7D | 59 | 15 |
| Octal | 6 | 143 | 15 | 136 | 0 | 127 | 75 | 175 | 131 | 25 |
| Binary | 110 | 1100011 | 1101 | 1011110 | 0 | 1010111 | 111101 | 1111101 | 1011001 | 10101 |
Color Harmonies of #06630D
Complementary color
Monochromatic Colors of #06630D
Black with #06630D
Text Example
Text Example
White with #06630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06630D; }
p { color: rgb(6,99,13); }
H1.HeaderClassName
{
color: #06630D;
}
.AnyTagClassName
{
color: #06630D;
}
</style>
background-color css
<style>
a { background-color: #06630D; }
a { background-color: rgb(6,99,13); }
div.DivClassName
{
background-color: #06630D;
}
.BgClassName
{
background-color: #06630D;
}
</style>
border-color css
<style>
span { border-color: #06630D; }
span { border-color: rgb(6,99,13); }
td.TdClassName
{
border-color: #06630D;
}
.TagClassName
{
border-color: #06630D;
}
</style>