Shades of Pigment Green #08963C
Tints of Pigment Green #08963C
RGB
CMYK
RGB Variations
Color information
#08963C (or 0x08963C) is known color: Pigment Green. HEX triplet: 08, 96 and 3C. RGB value is (8,150,60). Sum of RGB (Red+Green+Blue) = 8+150+60=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #08963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08963C is #F769C3. Grayscale: #616161. Windows color (decimal): -16214468 or 3970568. OLE color: 3970568.
HSL color Cylindrical-coordinate representation of color #08963C: hue angle of 141.97º 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 #08963C is Cyan = 0.95, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 150 | 60 | - |
| CMYK | 0.95 | 0 | 0.6 | 0.41 |
| HSL | 141.97º | 0.9% | 0.31% | - |
| HSV(B) | 141.97º | 0.95% | 0.59% | - |
| XYZ | 11.82 | 22.19 | 7.94 | - |
| YUV | 97.28 | 106.96 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 60 | 0.95 | 0 | 0.6 | 0.41 | 141.97 | 0.9 | 0.31 |
| Hex | 8 | 96 | 3C | 5F | 0 | 3C | 29 | 8E | 5A | 1F |
| Octal | 10 | 226 | 74 | 137 | 0 | 74 | 51 | 216 | 132 | 37 |
| Binary | 1000 | 10010110 | 111100 | 1011111 | 0 | 111100 | 101001 | 10001110 | 1011010 | 11111 |
Color Harmonies of #08963C
Complementary color
Monochromatic Colors of #08963C
Black with #08963C
Text Example
Text Example
White with #08963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08963C; }
p { color: rgb(8,150,60); }
H1.HeaderClassName
{
color: #08963C;
}
.AnyTagClassName
{
color: #08963C;
}
</style>
background-color css
<style>
a { background-color: #08963C; }
a { background-color: rgb(8,150,60); }
div.DivClassName
{
background-color: #08963C;
}
.BgClassName
{
background-color: #08963C;
}
</style>
border-color css
<style>
span { border-color: #08963C; }
span { border-color: rgb(8,150,60); }
td.TdClassName
{
border-color: #08963C;
}
.TagClassName
{
border-color: #08963C;
}
</style>