Shades of Green #06820B
Tints of Green #06820B
RGB
CMYK
RGB Variations
Color information
#06820B (or 0x06820B) is known color: Green. HEX triplet: 06, 82 and 0B. RGB value is (6,130,11). Sum of RGB (Red+Green+Blue) = 6+130+11=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 130 (51.17% from 255 or 88.44% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 130 - color contains mainly: green. Hex color #06820B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06820B is #F97DF4. Grayscale: #4F4F4F. Windows color (decimal): -16350709 or 754182. OLE color: 754182.
HSL color Cylindrical-coordinate representation of color #06820B: hue angle of 122.42º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06820B is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 11 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.49 |
| HSL | 122.42º | 0.91% | 0.27% | - |
| HSV(B) | 122.42º | 0.95% | 0.51% | - |
| XYZ | 8.12 | 16.03 | 2.98 | - |
| YUV | 79.36 | 89.42 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 11 | 0.95 | 0 | 0.92 | 0.49 | 122.42 | 0.91 | 0.27 |
| Hex | 6 | 82 | B | 5F | 0 | 5C | 31 | 7A | 5B | 1B |
| Octal | 6 | 202 | 13 | 137 | 0 | 134 | 61 | 172 | 133 | 33 |
| Binary | 110 | 10000010 | 1011 | 1011111 | 0 | 1011100 | 110001 | 1111010 | 1011011 | 11011 |
Color Harmonies of #06820B
Complementary color
Monochromatic Colors of #06820B
Black with #06820B
Text Example
Text Example
White with #06820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06820B; }
p { color: rgb(6,130,11); }
H1.HeaderClassName
{
color: #06820B;
}
.AnyTagClassName
{
color: #06820B;
}
</style>
background-color css
<style>
a { background-color: #06820B; }
a { background-color: rgb(6,130,11); }
div.DivClassName
{
background-color: #06820B;
}
.BgClassName
{
background-color: #06820B;
}
</style>
border-color css
<style>
span { border-color: #06820B; }
span { border-color: rgb(6,130,11); }
td.TdClassName
{
border-color: #06820B;
}
.TagClassName
{
border-color: #06820B;
}
</style>