Shades of Pigment Green #06A754
Tints of Pigment Green #06A754
RGB
CMYK
RGB Variations
Color information
#06A754 (or 0x06A754) is known color: Pigment Green. HEX triplet: 06, A7 and 54. RGB value is (6,167,84). Sum of RGB (Red+Green+Blue) = 6+167+84=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 167 (65.62% from 255 or 64.98% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 167 - color contains mainly: green. Hex color #06A754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A754 is #F958AB. Grayscale: #6D6D6D. Windows color (decimal): -16341164 or 5547782. OLE color: 5547782.
HSL color Cylindrical-coordinate representation of color #06A754: hue angle of 149.07º 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 #06A754 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 167 | 84 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.35 |
| HSL | 149.07º | 0.93% | 0.34% | - |
| HSV(B) | 149.07º | 0.96% | 0.65% | - |
| XYZ | 15.49 | 28.32 | 13.04 | - |
| YUV | 109.4 | 113.66 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 167 | 84 | 0.96 | 0 | 0.50 | 0.35 | 149.07 | 0.93 | 0.34 |
| Hex | 6 | A7 | 54 | 60 | 0 | 32 | 23 | 95 | 5D | 22 |
| Octal | 6 | 247 | 124 | 140 | 0 | 62 | 43 | 225 | 135 | 42 |
| Binary | 110 | 10100111 | 1010100 | 1100000 | 0 | 110010 | 100011 | 10010101 | 1011101 | 100010 |
Color Harmonies of #06A754
Complementary color
Monochromatic Colors of #06A754
Black with #06A754
Text Example
Text Example
White with #06A754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A754; }
p { color: rgb(6,167,84); }
H1.HeaderClassName
{
color: #06A754;
}
.AnyTagClassName
{
color: #06A754;
}
</style>
background-color css
<style>
a { background-color: #06A754; }
a { background-color: rgb(6,167,84); }
div.DivClassName
{
background-color: #06A754;
}
.BgClassName
{
background-color: #06A754;
}
</style>
border-color css
<style>
span { border-color: #06A754; }
span { border-color: rgb(6,167,84); }
td.TdClassName
{
border-color: #06A754;
}
.TagClassName
{
border-color: #06A754;
}
</style>