Shades of Pigment Green #06944E
Tints of Pigment Green #06944E
RGB
CMYK
RGB Variations
Color information
#06944E (or 0x06944E) is known color: Pigment Green. HEX triplet: 06, 94 and 4E. RGB value is (6,148,78). Sum of RGB (Red+Green+Blue) = 6+148+78=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #06944E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06944E is #F96BB1. Grayscale: #616161. Windows color (decimal): -16346034 or 5149702. OLE color: 5149702.
HSL color Cylindrical-coordinate representation of color #06944E: hue angle of 150.42º 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 #06944E is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 78 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.42 |
| HSL | 150.42º | 0.92% | 0.3% | - |
| HSV(B) | 150.42º | 0.96% | 0.58% | - |
| XYZ | 12.04 | 21.77 | 10.77 | - |
| YUV | 97.56 | 116.96 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 78 | 0.96 | 0 | 0.47 | 0.42 | 150.42 | 0.92 | 0.3 |
| Hex | 6 | 94 | 4E | 60 | 0 | 2F | 2A | 96 | 5C | 1E |
| Octal | 6 | 224 | 116 | 140 | 0 | 57 | 52 | 226 | 134 | 36 |
| Binary | 110 | 10010100 | 1001110 | 1100000 | 0 | 101111 | 101010 | 10010110 | 1011100 | 11110 |
Color Harmonies of #06944E
Complementary color
Monochromatic Colors of #06944E
Black with #06944E
Text Example
Text Example
White with #06944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06944E; }
p { color: rgb(6,148,78); }
H1.HeaderClassName
{
color: #06944E;
}
.AnyTagClassName
{
color: #06944E;
}
</style>
background-color css
<style>
a { background-color: #06944E; }
a { background-color: rgb(6,148,78); }
div.DivClassName
{
background-color: #06944E;
}
.BgClassName
{
background-color: #06944E;
}
</style>
border-color css
<style>
span { border-color: #06944E; }
span { border-color: rgb(6,148,78); }
td.TdClassName
{
border-color: #06944E;
}
.TagClassName
{
border-color: #06944E;
}
</style>