Shades of Pigment Green #08914F
Tints of Pigment Green #08914F
RGB
CMYK
RGB Variations
Color information
#08914F (or 0x08914F) is known color: Pigment Green. HEX triplet: 08, 91 and 4F. RGB value is (8,145,79). Sum of RGB (Red+Green+Blue) = 8+145+79=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #08914F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08914F is #F76EB0. Grayscale: #606060. Windows color (decimal): -16215729 or 5214472. OLE color: 5214472.
HSL color Cylindrical-coordinate representation of color #08914F: hue angle of 151.09º 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 #08914F is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 79 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.43 |
| HSL | 151.09º | 0.9% | 0.3% | - |
| HSV(B) | 151.09º | 0.94% | 0.57% | - |
| XYZ | 11.64 | 20.87 | 10.81 | - |
| YUV | 96.51 | 118.11 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 79 | 0.94 | 0 | 0.46 | 0.43 | 151.09 | 0.9 | 0.3 |
| Hex | 8 | 91 | 4F | 5E | 0 | 2E | 2B | 97 | 5A | 1E |
| Octal | 10 | 221 | 117 | 136 | 0 | 56 | 53 | 227 | 132 | 36 |
| Binary | 1000 | 10010001 | 1001111 | 1011110 | 0 | 101110 | 101011 | 10010111 | 1011010 | 11110 |
Color Harmonies of #08914F
Complementary color
Monochromatic Colors of #08914F
Black with #08914F
Text Example
Text Example
White with #08914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08914F; }
p { color: rgb(8,145,79); }
H1.HeaderClassName
{
color: #08914F;
}
.AnyTagClassName
{
color: #08914F;
}
</style>
background-color css
<style>
a { background-color: #08914F; }
a { background-color: rgb(8,145,79); }
div.DivClassName
{
background-color: #08914F;
}
.BgClassName
{
background-color: #08914F;
}
</style>
border-color css
<style>
span { border-color: #08914F; }
span { border-color: rgb(8,145,79); }
td.TdClassName
{
border-color: #08914F;
}
.TagClassName
{
border-color: #08914F;
}
</style>