Shades of Pigment Green #08964D
Tints of Pigment Green #08964D
RGB
CMYK
RGB Variations
Color information
#08964D (or 0x08964D) is known color: Pigment Green. HEX triplet: 08, 96 and 4D. RGB value is (8,150,77). Sum of RGB (Red+Green+Blue) = 8+150+77=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #08964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08964D is #F769B2. Grayscale: #636363. Windows color (decimal): -16214451 or 5084680. OLE color: 5084680.
HSL color Cylindrical-coordinate representation of color #08964D: hue angle of 149.15º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08964D is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 150 | 77 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.41 |
| HSL | 149.15º | 0.9% | 0.31% | - |
| HSV(B) | 149.15º | 0.95% | 0.59% | - |
| XYZ | 12.35 | 22.4 | 10.69 | - |
| YUV | 99.22 | 115.46 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 77 | 0.95 | 0 | 0.49 | 0.41 | 149.15 | 0.9 | 0.31 |
| Hex | 8 | 96 | 4D | 5F | 0 | 31 | 29 | 95 | 5A | 1F |
| Octal | 10 | 226 | 115 | 137 | 0 | 61 | 51 | 225 | 132 | 37 |
| Binary | 1000 | 10010110 | 1001101 | 1011111 | 0 | 110001 | 101001 | 10010101 | 1011010 | 11111 |
Color Harmonies of #08964D
Complementary color
Monochromatic Colors of #08964D
Black with #08964D
Text Example
Text Example
White with #08964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08964D; }
p { color: rgb(8,150,77); }
H1.HeaderClassName
{
color: #08964D;
}
.AnyTagClassName
{
color: #08964D;
}
</style>
background-color css
<style>
a { background-color: #08964D; }
a { background-color: rgb(8,150,77); }
div.DivClassName
{
background-color: #08964D;
}
.BgClassName
{
background-color: #08964D;
}
</style>
border-color css
<style>
span { border-color: #08964D; }
span { border-color: rgb(8,150,77); }
td.TdClassName
{
border-color: #08964D;
}
.TagClassName
{
border-color: #08964D;
}
</style>