Shades of Green #06811B
Tints of Green #06811B
RGB
CMYK
RGB Variations
Color information
#06811B (or 0x06811B) is known color: Green. HEX triplet: 06, 81 and 1B. RGB value is (6,129,27). Sum of RGB (Red+Green+Blue) = 6+129+27=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 129 (50.78% from 255 or 79.63% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 129 - color contains mainly: green. Hex color #06811B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06811B is #F97EE4. Grayscale: #505050. Windows color (decimal): -16350949 or 1802502. OLE color: 1802502.
HSL color Cylindrical-coordinate representation of color #06811B: hue angle of 130.24º 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 #06811B is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 27 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.49 |
| HSL | 130.24º | 0.91% | 0.26% | - |
| HSV(B) | 130.24º | 0.95% | 0.51% | - |
| XYZ | 8.12 | 15.82 | 3.66 | - |
| YUV | 80.6 | 97.75 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 27 | 0.95 | 0 | 0.79 | 0.49 | 130.24 | 0.91 | 0.26 |
| Hex | 6 | 81 | 1B | 5F | 0 | 4F | 31 | 82 | 5B | 1A |
| Octal | 6 | 201 | 33 | 137 | 0 | 117 | 61 | 202 | 133 | 32 |
| Binary | 110 | 10000001 | 11011 | 1011111 | 0 | 1001111 | 110001 | 10000010 | 1011011 | 11010 |
Color Harmonies of #06811B
Complementary color
Monochromatic Colors of #06811B
Black with #06811B
Text Example
Text Example
White with #06811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06811B; }
p { color: rgb(6,129,27); }
H1.HeaderClassName
{
color: #06811B;
}
.AnyTagClassName
{
color: #06811B;
}
</style>
background-color css
<style>
a { background-color: #06811B; }
a { background-color: rgb(6,129,27); }
div.DivClassName
{
background-color: #06811B;
}
.BgClassName
{
background-color: #06811B;
}
</style>
border-color css
<style>
span { border-color: #06811B; }
span { border-color: rgb(6,129,27); }
td.TdClassName
{
border-color: #06811B;
}
.TagClassName
{
border-color: #06811B;
}
</style>