Shades of Green #06811C
Tints of Green #06811C
RGB
CMYK
RGB Variations
Color information
#06811C (or 0x06811C) is known color: Green. HEX triplet: 06, 81 and 1C. RGB value is (6,129,28). Sum of RGB (Red+Green+Blue) = 6+129+28=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 129 (50.78% from 255 or 79.14% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 129 - color contains mainly: green. Hex color #06811C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06811C is #F97EE3. Grayscale: #505050. Windows color (decimal): -16350948 or 1868038. OLE color: 1868038.
HSL color Cylindrical-coordinate representation of color #06811C: hue angle of 130.73º 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 #06811C is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 28 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.49 |
| HSL | 130.73º | 0.91% | 0.26% | - |
| HSV(B) | 130.73º | 0.95% | 0.51% | - |
| XYZ | 8.13 | 15.82 | 3.72 | - |
| YUV | 80.71 | 98.25 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 28 | 0.95 | 0 | 0.78 | 0.49 | 130.73 | 0.91 | 0.26 |
| Hex | 6 | 81 | 1C | 5F | 0 | 4E | 31 | 83 | 5B | 1A |
| Octal | 6 | 201 | 34 | 137 | 0 | 116 | 61 | 203 | 133 | 32 |
| Binary | 110 | 10000001 | 11100 | 1011111 | 0 | 1001110 | 110001 | 10000011 | 1011011 | 11010 |
Color Harmonies of #06811C
Complementary color
Monochromatic Colors of #06811C
Black with #06811C
Text Example
Text Example
White with #06811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06811C; }
p { color: rgb(6,129,28); }
H1.HeaderClassName
{
color: #06811C;
}
.AnyTagClassName
{
color: #06811C;
}
</style>
background-color css
<style>
a { background-color: #06811C; }
a { background-color: rgb(6,129,28); }
div.DivClassName
{
background-color: #06811C;
}
.BgClassName
{
background-color: #06811C;
}
</style>
border-color css
<style>
span { border-color: #06811C; }
span { border-color: rgb(6,129,28); }
td.TdClassName
{
border-color: #06811C;
}
.TagClassName
{
border-color: #06811C;
}
</style>