Shades of Pigment Green #08914C
Tints of Pigment Green #08914C
RGB
CMYK
RGB Variations
Color information
#08914C (or 0x08914C) is known color: Pigment Green. HEX triplet: 08, 91 and 4C. RGB value is (8,145,76). Sum of RGB (Red+Green+Blue) = 8+145+76=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #08914C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08914C is #F76EB3. Grayscale: #606060. Windows color (decimal): -16215732 or 5017864. OLE color: 5017864.
HSL color Cylindrical-coordinate representation of color #08914C: hue angle of 149.78º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08914C is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 76 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.43 |
| HSL | 149.78º | 0.9% | 0.3% | - |
| HSV(B) | 149.78º | 0.94% | 0.57% | - |
| XYZ | 11.53 | 20.82 | 10.25 | - |
| YUV | 96.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 76 | 0.94 | 0 | 0.48 | 0.43 | 149.78 | 0.9 | 0.3 |
| Hex | 8 | 91 | 4C | 5E | 0 | 30 | 2B | 96 | 5A | 1E |
| Octal | 10 | 221 | 114 | 136 | 0 | 60 | 53 | 226 | 132 | 36 |
| Binary | 1000 | 10010001 | 1001100 | 1011110 | 0 | 110000 | 101011 | 10010110 | 1011010 | 11110 |
Color Harmonies of #08914C
Complementary color
Monochromatic Colors of #08914C
Black with #08914C
Text Example
Text Example
White with #08914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08914C; }
p { color: rgb(8,145,76); }
H1.HeaderClassName
{
color: #08914C;
}
.AnyTagClassName
{
color: #08914C;
}
</style>
background-color css
<style>
a { background-color: #08914C; }
a { background-color: rgb(8,145,76); }
div.DivClassName
{
background-color: #08914C;
}
.BgClassName
{
background-color: #08914C;
}
</style>
border-color css
<style>
span { border-color: #08914C; }
span { border-color: rgb(8,145,76); }
td.TdClassName
{
border-color: #08914C;
}
.TagClassName
{
border-color: #08914C;
}
</style>