Shades of Pigment Green #06944D
Tints of Pigment Green #06944D
RGB
CMYK
RGB Variations
Color information
#06944D (or 0x06944D) is known color: Pigment Green. HEX triplet: 06, 94 and 4D. RGB value is (6,148,77). Sum of RGB (Red+Green+Blue) = 6+148+77=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #06944D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06944D is #F96BB2. Grayscale: #616161. Windows color (decimal): -16346035 or 5084166. OLE color: 5084166.
HSL color Cylindrical-coordinate representation of color #06944D: hue angle of 150º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06944D is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 77 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.42 |
| HSL | 150º | 0.92% | 0.3% | - |
| HSV(B) | 150º | 0.96% | 0.58% | - |
| XYZ | 12 | 21.75 | 10.59 | - |
| YUV | 97.45 | 116.46 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 77 | 0.96 | 0 | 0.48 | 0.42 | 150 | 0.92 | 0.3 |
| Hex | 6 | 94 | 4D | 60 | 0 | 30 | 2A | 96 | 5C | 1E |
| Octal | 6 | 224 | 115 | 140 | 0 | 60 | 52 | 226 | 134 | 36 |
| Binary | 110 | 10010100 | 1001101 | 1100000 | 0 | 110000 | 101010 | 10010110 | 1011100 | 11110 |
Color Harmonies of #06944D
Complementary color
Monochromatic Colors of #06944D
Black with #06944D
Text Example
Text Example
White with #06944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06944D; }
p { color: rgb(6,148,77); }
H1.HeaderClassName
{
color: #06944D;
}
.AnyTagClassName
{
color: #06944D;
}
</style>
background-color css
<style>
a { background-color: #06944D; }
a { background-color: rgb(6,148,77); }
div.DivClassName
{
background-color: #06944D;
}
.BgClassName
{
background-color: #06944D;
}
</style>
border-color css
<style>
span { border-color: #06944D; }
span { border-color: rgb(6,148,77); }
td.TdClassName
{
border-color: #06944D;
}
.TagClassName
{
border-color: #06944D;
}
</style>