Shades of Green #066207
Tints of Green #066207
RGB
CMYK
RGB Variations
Color information
#066207 (or 0x066207) is known color: Green. HEX triplet: 06, 62 and 07. RGB value is (6,98,7). Sum of RGB (Red+Green+Blue) = 6+98+7=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 98 (38.67% from 255 or 88.29% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 98 - color contains mainly: green. Hex color #066207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066207 is #F99DF8. Grayscale: #3C3C3C. Windows color (decimal): -16358905 or 483846. OLE color: 483846.
HSL color Cylindrical-coordinate representation of color #066207: hue angle of 120.65º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066207 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 7 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.62 |
| HSL | 120.65º | 0.88% | 0.2% | - |
| HSV(B) | 120.65º | 0.94% | 0.38% | - |
| XYZ | 4.48 | 8.79 | 1.66 | - |
| YUV | 60.12 | 98.02 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 7 | 0.94 | 0 | 0.93 | 0.62 | 120.65 | 0.88 | 0.2 |
| Hex | 6 | 62 | 7 | 5E | 0 | 5D | 3E | 79 | 58 | 14 |
| Octal | 6 | 142 | 7 | 136 | 0 | 135 | 76 | 171 | 130 | 24 |
| Binary | 110 | 1100010 | 111 | 1011110 | 0 | 1011101 | 111110 | 1111001 | 1011000 | 10100 |
Color Harmonies of #066207
Complementary color
Monochromatic Colors of #066207
Black with #066207
Text Example
Text Example
White with #066207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066207; }
p { color: rgb(6,98,7); }
H1.HeaderClassName
{
color: #066207;
}
.AnyTagClassName
{
color: #066207;
}
</style>
background-color css
<style>
a { background-color: #066207; }
a { background-color: rgb(6,98,7); }
div.DivClassName
{
background-color: #066207;
}
.BgClassName
{
background-color: #066207;
}
</style>
border-color css
<style>
span { border-color: #066207; }
span { border-color: rgb(6,98,7); }
td.TdClassName
{
border-color: #066207;
}
.TagClassName
{
border-color: #066207;
}
</style>