Shades of Pigment Green #00964C
Tints of Pigment Green #00964C
RGB
CMYK
RGB Variations
Color information
#00964C (or 0x00964C) is known color: Pigment Green. HEX triplet: 00, 96 and 4C. RGB value is (0,150,76). Sum of RGB (Red+Green+Blue) = 0+150+76=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #00964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00964C is #FF69B3. Grayscale: #606060. Windows color (decimal): -16738740 or 5019136. OLE color: 5019136.
HSL color Cylindrical-coordinate representation of color #00964C: hue angle of 150.4º 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 #00964C is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 76 | - |
| CMYK | 1 | 0 | 0.49 | 0.41 |
| HSL | 150.4º | 1% | 0.29% | - |
| HSV(B) | 150.4º | 1% | 0.59% | - |
| XYZ | 12.21 | 22.33 | 10.5 | - |
| YUV | 96.71 | 116.31 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 76 | 1 | 0 | 0.49 | 0.41 | 150.4 | 1 | 0.29 |
| Hex | 0 | 96 | 4C | 64 | 0 | 31 | 29 | 96 | 64 | 1D |
| Octal | 0 | 226 | 114 | 144 | 0 | 61 | 51 | 226 | 144 | 35 |
| Binary | 0 | 10010110 | 1001100 | 1100100 | 0 | 110001 | 101001 | 10010110 | 1100100 | 11101 |
Color Harmonies of #00964C
Complementary color
Monochromatic Colors of #00964C
Black with #00964C
Text Example
Text Example
White with #00964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00964C; }
p { color: rgb(0,150,76); }
H1.HeaderClassName
{
color: #00964C;
}
.AnyTagClassName
{
color: #00964C;
}
</style>
background-color css
<style>
a { background-color: #00964C; }
a { background-color: rgb(0,150,76); }
div.DivClassName
{
background-color: #00964C;
}
.BgClassName
{
background-color: #00964C;
}
</style>
border-color css
<style>
span { border-color: #00964C; }
span { border-color: rgb(0,150,76); }
td.TdClassName
{
border-color: #00964C;
}
.TagClassName
{
border-color: #00964C;
}
</style>