Shades of Dark Pastel Green #06A827
Tints of Dark Pastel Green #06A827
RGB
CMYK
RGB Variations
Color information
#06A827 (or 0x06A827) is known color: Dark Pastel Green. HEX triplet: 06, A8 and 27. RGB value is (6,168,39). Sum of RGB (Red+Green+Blue) = 6+168+39=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 168 (66.02% from 255 or 78.87% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 168 - color contains mainly: green. Hex color #06A827 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A827 is #F957D8. Grayscale: #696969. Windows color (decimal): -16340953 or 2598918. OLE color: 2598918.
HSL color Cylindrical-coordinate representation of color #06A827: hue angle of 132.22º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A827 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 168 | 39 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.34 |
| HSL | 132.22º | 0.93% | 0.34% | - |
| HSV(B) | 132.22º | 0.96% | 0.66% | - |
| XYZ | 14.44 | 28.19 | 6.6 | - |
| YUV | 104.86 | 90.83 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 39 | 0.96 | 0 | 0.77 | 0.34 | 132.22 | 0.93 | 0.34 |
| Hex | 6 | A8 | 27 | 60 | 0 | 4D | 22 | 84 | 5D | 22 |
| Octal | 6 | 250 | 47 | 140 | 0 | 115 | 42 | 204 | 135 | 42 |
| Binary | 110 | 10101000 | 100111 | 1100000 | 0 | 1001101 | 100010 | 10000100 | 1011101 | 100010 |
Color Harmonies of #06A827
Complementary color
Monochromatic Colors of #06A827
Black with #06A827
Text Example
Text Example
White with #06A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A827; }
p { color: rgb(6,168,39); }
H1.HeaderClassName
{
color: #06A827;
}
.AnyTagClassName
{
color: #06A827;
}
</style>
background-color css
<style>
a { background-color: #06A827; }
a { background-color: rgb(6,168,39); }
div.DivClassName
{
background-color: #06A827;
}
.BgClassName
{
background-color: #06A827;
}
</style>
border-color css
<style>
span { border-color: #06A827; }
span { border-color: rgb(6,168,39); }
td.TdClassName
{
border-color: #06A827;
}
.TagClassName
{
border-color: #06A827;
}
</style>