Shades of Pigment Green #06994C
Tints of Pigment Green #06994C
RGB
CMYK
RGB Variations
Color information
#06994C (or 0x06994C) is known color: Pigment Green. HEX triplet: 06, 99 and 4C. RGB value is (6,153,76). Sum of RGB (Red+Green+Blue) = 6+153+76=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #06994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06994C is #F966B3. Grayscale: #646464. Windows color (decimal): -16344756 or 5019910. OLE color: 5019910.
HSL color Cylindrical-coordinate representation of color #06994C: hue angle of 148.57º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06994C is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 76 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.4 |
| HSL | 148.57º | 0.92% | 0.31% | - |
| HSV(B) | 148.57º | 0.96% | 0.6% | - |
| XYZ | 12.77 | 23.34 | 10.67 | - |
| YUV | 100.27 | 114.3 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 76 | 0.96 | 0 | 0.50 | 0.4 | 148.57 | 0.92 | 0.31 |
| Hex | 6 | 99 | 4C | 60 | 0 | 32 | 28 | 95 | 5C | 1F |
| Octal | 6 | 231 | 114 | 140 | 0 | 62 | 50 | 225 | 134 | 37 |
| Binary | 110 | 10011001 | 1001100 | 1100000 | 0 | 110010 | 101000 | 10010101 | 1011100 | 11111 |
Color Harmonies of #06994C
Complementary color
Monochromatic Colors of #06994C
Black with #06994C
Text Example
Text Example
White with #06994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06994C; }
p { color: rgb(6,153,76); }
H1.HeaderClassName
{
color: #06994C;
}
.AnyTagClassName
{
color: #06994C;
}
</style>
background-color css
<style>
a { background-color: #06994C; }
a { background-color: rgb(6,153,76); }
div.DivClassName
{
background-color: #06994C;
}
.BgClassName
{
background-color: #06994C;
}
</style>
border-color css
<style>
span { border-color: #06994C; }
span { border-color: rgb(6,153,76); }
td.TdClassName
{
border-color: #06994C;
}
.TagClassName
{
border-color: #06994C;
}
</style>