Shades of Pigment Green #06944C
Tints of Pigment Green #06944C
RGB
CMYK
RGB Variations
Color information
#06944C (or 0x06944C) is known color: Pigment Green. HEX triplet: 06, 94 and 4C. RGB value is (6,148,76). Sum of RGB (Red+Green+Blue) = 6+148+76=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #06944C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06944C is #F96BB3. Grayscale: #616161. Windows color (decimal): -16346036 or 5018630. OLE color: 5018630.
HSL color Cylindrical-coordinate representation of color #06944C: hue angle of 149.58º 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 #06944C is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 76 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.42 |
| HSL | 149.58º | 0.92% | 0.3% | - |
| HSV(B) | 149.58º | 0.96% | 0.58% | - |
| XYZ | 11.97 | 21.74 | 10.4 | - |
| YUV | 97.33 | 115.96 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 76 | 0.96 | 0 | 0.49 | 0.42 | 149.58 | 0.92 | 0.3 |
| Hex | 6 | 94 | 4C | 60 | 0 | 31 | 2A | 96 | 5C | 1E |
| Octal | 6 | 224 | 114 | 140 | 0 | 61 | 52 | 226 | 134 | 36 |
| Binary | 110 | 10010100 | 1001100 | 1100000 | 0 | 110001 | 101010 | 10010110 | 1011100 | 11110 |
Color Harmonies of #06944C
Complementary color
Monochromatic Colors of #06944C
Black with #06944C
Text Example
Text Example
White with #06944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06944C; }
p { color: rgb(6,148,76); }
H1.HeaderClassName
{
color: #06944C;
}
.AnyTagClassName
{
color: #06944C;
}
</style>
background-color css
<style>
a { background-color: #06944C; }
a { background-color: rgb(6,148,76); }
div.DivClassName
{
background-color: #06944C;
}
.BgClassName
{
background-color: #06944C;
}
</style>
border-color css
<style>
span { border-color: #06944C; }
span { border-color: rgb(6,148,76); }
td.TdClassName
{
border-color: #06944C;
}
.TagClassName
{
border-color: #06944C;
}
</style>