Shades of Green #06620B
Tints of Green #06620B
RGB
CMYK
RGB Variations
Color information
#06620B (or 0x06620B) is known color: Green. HEX triplet: 06, 62 and 0B. RGB value is (6,98,11). Sum of RGB (Red+Green+Blue) = 6+98+11=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 98 (38.67% from 255 or 85.22% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 98 - color contains mainly: green. Hex color #06620B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06620B is #F99DF4. Grayscale: #3C3C3C. Windows color (decimal): -16358901 or 745990. OLE color: 745990.
HSL color Cylindrical-coordinate representation of color #06620B: hue angle of 123.26º 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 #06620B is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 11 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.62 |
| HSL | 123.26º | 0.88% | 0.2% | - |
| HSV(B) | 123.26º | 0.94% | 0.38% | - |
| XYZ | 4.5 | 8.8 | 1.78 | - |
| YUV | 60.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 11 | 0.94 | 0 | 0.89 | 0.62 | 123.26 | 0.88 | 0.2 |
| Hex | 6 | 62 | B | 5E | 0 | 59 | 3E | 7B | 58 | 14 |
| Octal | 6 | 142 | 13 | 136 | 0 | 131 | 76 | 173 | 130 | 24 |
| Binary | 110 | 1100010 | 1011 | 1011110 | 0 | 1011001 | 111110 | 1111011 | 1011000 | 10100 |
Color Harmonies of #06620B
Complementary color
Monochromatic Colors of #06620B
Black with #06620B
Text Example
Text Example
White with #06620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06620B; }
p { color: rgb(6,98,11); }
H1.HeaderClassName
{
color: #06620B;
}
.AnyTagClassName
{
color: #06620B;
}
</style>
background-color css
<style>
a { background-color: #06620B; }
a { background-color: rgb(6,98,11); }
div.DivClassName
{
background-color: #06620B;
}
.BgClassName
{
background-color: #06620B;
}
</style>
border-color css
<style>
span { border-color: #06620B; }
span { border-color: rgb(6,98,11); }
td.TdClassName
{
border-color: #06620B;
}
.TagClassName
{
border-color: #06620B;
}
</style>