Shades of Pigment Green #00964D
Tints of Pigment Green #00964D
RGB
CMYK
RGB Variations
Color information
#00964D (or 0x00964D) is known color: Pigment Green. HEX triplet: 00, 96 and 4D. RGB value is (0,150,77). Sum of RGB (Red+Green+Blue) = 0+150+77=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #00964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00964D is #FF69B2. Grayscale: #606060. Windows color (decimal): -16738739 or 5084672. OLE color: 5084672.
HSL color Cylindrical-coordinate representation of color #00964D: hue angle of 150.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00964D is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 77 | - |
| CMYK | 1 | 0 | 0.49 | 0.41 |
| HSL | 150.8º | 1% | 0.29% | - |
| HSV(B) | 150.8º | 1% | 0.59% | - |
| XYZ | 12.25 | 22.35 | 10.69 | - |
| YUV | 96.83 | 116.81 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 77 | 1 | 0 | 0.49 | 0.41 | 150.8 | 1 | 0.29 |
| Hex | 0 | 96 | 4D | 64 | 0 | 31 | 29 | 97 | 64 | 1D |
| Octal | 0 | 226 | 115 | 144 | 0 | 61 | 51 | 227 | 144 | 35 |
| Binary | 0 | 10010110 | 1001101 | 1100100 | 0 | 110001 | 101001 | 10010111 | 1100100 | 11101 |
Color Harmonies of #00964D
Complementary color
Monochromatic Colors of #00964D
Black with #00964D
Text Example
Text Example
White with #00964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00964D; }
p { color: rgb(0,150,77); }
H1.HeaderClassName
{
color: #00964D;
}
.AnyTagClassName
{
color: #00964D;
}
</style>
background-color css
<style>
a { background-color: #00964D; }
a { background-color: rgb(0,150,77); }
div.DivClassName
{
background-color: #00964D;
}
.BgClassName
{
background-color: #00964D;
}
</style>
border-color css
<style>
span { border-color: #00964D; }
span { border-color: rgb(0,150,77); }
td.TdClassName
{
border-color: #00964D;
}
.TagClassName
{
border-color: #00964D;
}
</style>