Shades of Green #06881A
Tints of Green #06881A
RGB
CMYK
RGB Variations
Color information
#06881A (or 0x06881A) is known color: Green. HEX triplet: 06, 88 and 1A. RGB value is (6,136,26). Sum of RGB (Red+Green+Blue) = 6+136+26=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #06881A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06881A is #F977E5. Grayscale: #545454. Windows color (decimal): -16349158 or 1738758. OLE color: 1738758.
HSL color Cylindrical-coordinate representation of color #06881A: hue angle of 129.23º 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 #06881A is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 26 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.47 |
| HSL | 129.23º | 0.92% | 0.28% | - |
| HSV(B) | 129.23º | 0.96% | 0.53% | - |
| XYZ | 9.07 | 17.72 | 3.92 | - |
| YUV | 84.59 | 94.93 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 26 | 0.96 | 0 | 0.81 | 0.47 | 129.23 | 0.92 | 0.28 |
| Hex | 6 | 88 | 1A | 60 | 0 | 51 | 2F | 81 | 5C | 1C |
| Octal | 6 | 210 | 32 | 140 | 0 | 121 | 57 | 201 | 134 | 34 |
| Binary | 110 | 10001000 | 11010 | 1100000 | 0 | 1010001 | 101111 | 10000001 | 1011100 | 11100 |
Color Harmonies of #06881A
Complementary color
Monochromatic Colors of #06881A
Black with #06881A
Text Example
Text Example
White with #06881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06881A; }
p { color: rgb(6,136,26); }
H1.HeaderClassName
{
color: #06881A;
}
.AnyTagClassName
{
color: #06881A;
}
</style>
background-color css
<style>
a { background-color: #06881A; }
a { background-color: rgb(6,136,26); }
div.DivClassName
{
background-color: #06881A;
}
.BgClassName
{
background-color: #06881A;
}
</style>
border-color css
<style>
span { border-color: #06881A; }
span { border-color: rgb(6,136,26); }
td.TdClassName
{
border-color: #06881A;
}
.TagClassName
{
border-color: #06881A;
}
</style>