Shades of Green #066310
Tints of Green #066310
RGB
CMYK
RGB Variations
Color information
#066310 (or 0x066310) is known color: Green. HEX triplet: 06, 63 and 10. RGB value is (6,99,16). Sum of RGB (Red+Green+Blue) = 6+99+16=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #066310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066310 is #F99CEF. Grayscale: #3D3D3D. Windows color (decimal): -16358640 or 1073926. OLE color: 1073926.
HSL color Cylindrical-coordinate representation of color #066310: hue angle of 126.45º 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 #066310 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 16 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.61 |
| HSL | 126.45º | 0.89% | 0.21% | - |
| HSV(B) | 126.45º | 0.94% | 0.39% | - |
| XYZ | 4.63 | 9 | 1.98 | - |
| YUV | 61.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 16 | 0.94 | 0 | 0.84 | 0.61 | 126.45 | 0.89 | 0.21 |
| Hex | 6 | 63 | 10 | 5E | 0 | 54 | 3D | 7E | 59 | 15 |
| Octal | 6 | 143 | 20 | 136 | 0 | 124 | 75 | 176 | 131 | 25 |
| Binary | 110 | 1100011 | 10000 | 1011110 | 0 | 1010100 | 111101 | 1111110 | 1011001 | 10101 |
Color Harmonies of #066310
Complementary color
Monochromatic Colors of #066310
Black with #066310
Text Example
Text Example
White with #066310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066310; }
p { color: rgb(6,99,16); }
H1.HeaderClassName
{
color: #066310;
}
.AnyTagClassName
{
color: #066310;
}
</style>
background-color css
<style>
a { background-color: #066310; }
a { background-color: rgb(6,99,16); }
div.DivClassName
{
background-color: #066310;
}
.BgClassName
{
background-color: #066310;
}
</style>
border-color css
<style>
span { border-color: #066310; }
span { border-color: rgb(6,99,16); }
td.TdClassName
{
border-color: #066310;
}
.TagClassName
{
border-color: #066310;
}
</style>