Shades of Pigment Green #06A743
Tints of Pigment Green #06A743
RGB
CMYK
RGB Variations
Color information
#06A743 (or 0x06A743) is known color: Pigment Green. HEX triplet: 06, A7 and 43. RGB value is (6,167,67). Sum of RGB (Red+Green+Blue) = 6+167+67=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 167 (65.62% from 255 or 69.58% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 167 - color contains mainly: green. Hex color #06A743 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A743 is #F958BC. Grayscale: #6B6B6B. Windows color (decimal): -16341181 or 4433670. OLE color: 4433670.
HSL color Cylindrical-coordinate representation of color #06A743: hue angle of 142.73º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A743 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 167 | 67 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.35 |
| HSL | 142.73º | 0.93% | 0.34% | - |
| HSV(B) | 142.73º | 0.96% | 0.65% | - |
| XYZ | 14.91 | 28.08 | 9.94 | - |
| YUV | 107.46 | 105.16 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 167 | 67 | 0.96 | 0 | 0.60 | 0.35 | 142.73 | 0.93 | 0.34 |
| Hex | 6 | A7 | 43 | 60 | 0 | 3C | 23 | 8F | 5D | 22 |
| Octal | 6 | 247 | 103 | 140 | 0 | 74 | 43 | 217 | 135 | 42 |
| Binary | 110 | 10100111 | 1000011 | 1100000 | 0 | 111100 | 100011 | 10001111 | 1011101 | 100010 |
Color Harmonies of #06A743
Complementary color
Monochromatic Colors of #06A743
Black with #06A743
Text Example
Text Example
White with #06A743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A743; }
p { color: rgb(6,167,67); }
H1.HeaderClassName
{
color: #06A743;
}
.AnyTagClassName
{
color: #06A743;
}
</style>
background-color css
<style>
a { background-color: #06A743; }
a { background-color: rgb(6,167,67); }
div.DivClassName
{
background-color: #06A743;
}
.BgClassName
{
background-color: #06A743;
}
</style>
border-color css
<style>
span { border-color: #06A743; }
span { border-color: rgb(6,167,67); }
td.TdClassName
{
border-color: #06A743;
}
.TagClassName
{
border-color: #06A743;
}
</style>