Shades of Green #06810B
Tints of Green #06810B
RGB
CMYK
RGB Variations
Color information
#06810B (or 0x06810B) is known color: Green. HEX triplet: 06, 81 and 0B. RGB value is (6,129,11). Sum of RGB (Red+Green+Blue) = 6+129+11=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 129 (50.78% from 255 or 88.36% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 129 - color contains mainly: green. Hex color #06810B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06810B is #F97EF4. Grayscale: #4F4F4F. Windows color (decimal): -16350965 or 753926. OLE color: 753926.
HSL color Cylindrical-coordinate representation of color #06810B: hue angle of 122.44º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06810B is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 11 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.49 |
| HSL | 122.44º | 0.91% | 0.26% | - |
| HSV(B) | 122.44º | 0.95% | 0.51% | - |
| XYZ | 7.99 | 15.76 | 2.94 | - |
| YUV | 78.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 11 | 0.95 | 0 | 0.91 | 0.49 | 122.44 | 0.91 | 0.26 |
| Hex | 6 | 81 | B | 5F | 0 | 5B | 31 | 7A | 5B | 1A |
| Octal | 6 | 201 | 13 | 137 | 0 | 133 | 61 | 172 | 133 | 32 |
| Binary | 110 | 10000001 | 1011 | 1011111 | 0 | 1011011 | 110001 | 1111010 | 1011011 | 11010 |
Color Harmonies of #06810B
Complementary color
Monochromatic Colors of #06810B
Black with #06810B
Text Example
Text Example
White with #06810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06810B; }
p { color: rgb(6,129,11); }
H1.HeaderClassName
{
color: #06810B;
}
.AnyTagClassName
{
color: #06810B;
}
</style>
background-color css
<style>
a { background-color: #06810B; }
a { background-color: rgb(6,129,11); }
div.DivClassName
{
background-color: #06810B;
}
.BgClassName
{
background-color: #06810B;
}
</style>
border-color css
<style>
span { border-color: #06810B; }
span { border-color: rgb(6,129,11); }
td.TdClassName
{
border-color: #06810B;
}
.TagClassName
{
border-color: #06810B;
}
</style>