Shades of Green #06881B
Tints of Green #06881B
RGB
CMYK
RGB Variations
Color information
#06881B (or 0x06881B) is known color: Green. HEX triplet: 06, 88 and 1B. RGB value is (6,136,27). Sum of RGB (Red+Green+Blue) = 6+136+27=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 136 (53.52% from 255 or 80.47% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 136 - color contains mainly: green. Hex color #06881B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06881B is #F977E4. Grayscale: #555555. Windows color (decimal): -16349157 or 1804294. OLE color: 1804294.
HSL color Cylindrical-coordinate representation of color #06881B: hue angle of 129.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06881B is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 27 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.47 |
| HSL | 129.69º | 0.92% | 0.28% | - |
| HSV(B) | 129.69º | 0.96% | 0.53% | - |
| XYZ | 9.08 | 17.73 | 3.98 | - |
| YUV | 84.7 | 95.43 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 27 | 0.96 | 0 | 0.80 | 0.47 | 129.69 | 0.92 | 0.28 |
| Hex | 6 | 88 | 1B | 60 | 0 | 50 | 2F | 82 | 5C | 1C |
| Octal | 6 | 210 | 33 | 140 | 0 | 120 | 57 | 202 | 134 | 34 |
| Binary | 110 | 10001000 | 11011 | 1100000 | 0 | 1010000 | 101111 | 10000010 | 1011100 | 11100 |
Color Harmonies of #06881B
Complementary color
Monochromatic Colors of #06881B
Black with #06881B
Text Example
Text Example
White with #06881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06881B; }
p { color: rgb(6,136,27); }
H1.HeaderClassName
{
color: #06881B;
}
.AnyTagClassName
{
color: #06881B;
}
</style>
background-color css
<style>
a { background-color: #06881B; }
a { background-color: rgb(6,136,27); }
div.DivClassName
{
background-color: #06881B;
}
.BgClassName
{
background-color: #06881B;
}
</style>
border-color css
<style>
span { border-color: #06881B; }
span { border-color: rgb(6,136,27); }
td.TdClassName
{
border-color: #06881B;
}
.TagClassName
{
border-color: #06881B;
}
</style>