Shades of Pigment Green #06944A
Tints of Pigment Green #06944A
RGB
CMYK
RGB Variations
Color information
#06944A (or 0x06944A) is known color: Pigment Green. HEX triplet: 06, 94 and 4A. RGB value is (6,148,74). Sum of RGB (Red+Green+Blue) = 6+148+74=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #06944A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06944A is #F96BB5. Grayscale: #616161. Windows color (decimal): -16346038 or 4887558. OLE color: 4887558.
HSL color Cylindrical-coordinate representation of color #06944A: hue angle of 148.73º 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 #06944A is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 74 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.42 |
| HSL | 148.73º | 0.92% | 0.3% | - |
| HSV(B) | 148.73º | 0.96% | 0.58% | - |
| XYZ | 11.9 | 21.71 | 10.04 | - |
| YUV | 97.11 | 114.96 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 74 | 0.96 | 0 | 0.50 | 0.42 | 148.73 | 0.92 | 0.3 |
| Hex | 6 | 94 | 4A | 60 | 0 | 32 | 2A | 95 | 5C | 1E |
| Octal | 6 | 224 | 112 | 140 | 0 | 62 | 52 | 225 | 134 | 36 |
| Binary | 110 | 10010100 | 1001010 | 1100000 | 0 | 110010 | 101010 | 10010101 | 1011100 | 11110 |
Color Harmonies of #06944A
Complementary color
Monochromatic Colors of #06944A
Black with #06944A
Text Example
Text Example
White with #06944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06944A; }
p { color: rgb(6,148,74); }
H1.HeaderClassName
{
color: #06944A;
}
.AnyTagClassName
{
color: #06944A;
}
</style>
background-color css
<style>
a { background-color: #06944A; }
a { background-color: rgb(6,148,74); }
div.DivClassName
{
background-color: #06944A;
}
.BgClassName
{
background-color: #06944A;
}
</style>
border-color css
<style>
span { border-color: #06944A; }
span { border-color: rgb(6,148,74); }
td.TdClassName
{
border-color: #06944A;
}
.TagClassName
{
border-color: #06944A;
}
</style>