Shades of Pigment Green #06A73C
Tints of Pigment Green #06A73C
RGB
CMYK
RGB Variations
Color information
#06A73C (or 0x06A73C) is known color: Pigment Green. HEX triplet: 06, A7 and 3C. RGB value is (6,167,60). Sum of RGB (Red+Green+Blue) = 6+167+60=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 167 (65.62% from 255 or 71.67% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 167 - color contains mainly: green. Hex color #06A73C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A73C is #F958C3. Grayscale: #6A6A6A. Windows color (decimal): -16341188 or 3974918. OLE color: 3974918.
HSL color Cylindrical-coordinate representation of color #06A73C: hue angle of 140.12º 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 #06A73C is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 167 | 60 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.35 |
| HSL | 140.12º | 0.93% | 0.34% | - |
| HSV(B) | 140.12º | 0.96% | 0.65% | - |
| XYZ | 14.71 | 28 | 8.9 | - |
| YUV | 106.66 | 101.66 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 167 | 60 | 0.96 | 0 | 0.64 | 0.35 | 140.12 | 0.93 | 0.34 |
| Hex | 6 | A7 | 3C | 60 | 0 | 40 | 23 | 8C | 5D | 22 |
| Octal | 6 | 247 | 74 | 140 | 0 | 100 | 43 | 214 | 135 | 42 |
| Binary | 110 | 10100111 | 111100 | 1100000 | 0 | 1000000 | 100011 | 10001100 | 1011101 | 100010 |
Color Harmonies of #06A73C
Complementary color
Monochromatic Colors of #06A73C
Black with #06A73C
Text Example
Text Example
White with #06A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A73C; }
p { color: rgb(6,167,60); }
H1.HeaderClassName
{
color: #06A73C;
}
.AnyTagClassName
{
color: #06A73C;
}
</style>
background-color css
<style>
a { background-color: #06A73C; }
a { background-color: rgb(6,167,60); }
div.DivClassName
{
background-color: #06A73C;
}
.BgClassName
{
background-color: #06A73C;
}
</style>
border-color css
<style>
span { border-color: #06A73C; }
span { border-color: rgb(6,167,60); }
td.TdClassName
{
border-color: #06A73C;
}
.TagClassName
{
border-color: #06A73C;
}
</style>