Shades of Pigment Green #089148
Tints of Pigment Green #089148
RGB
CMYK
RGB Variations
Color information
#089148 (or 0x089148) is known color: Pigment Green. HEX triplet: 08, 91 and 48. RGB value is (8,145,72). Sum of RGB (Red+Green+Blue) = 8+145+72=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #089148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089148 is #F76EB7. Grayscale: #5F5F5F. Windows color (decimal): -16215736 or 4755720. OLE color: 4755720.
HSL color Cylindrical-coordinate representation of color #089148: hue angle of 148.03º 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 #089148 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 72 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.43 |
| HSL | 148.03º | 0.9% | 0.3% | - |
| HSV(B) | 148.03º | 0.94% | 0.57% | - |
| XYZ | 11.4 | 20.77 | 9.54 | - |
| YUV | 95.72 | 114.61 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 72 | 0.94 | 0 | 0.50 | 0.43 | 148.03 | 0.9 | 0.3 |
| Hex | 8 | 91 | 48 | 5E | 0 | 32 | 2B | 94 | 5A | 1E |
| Octal | 10 | 221 | 110 | 136 | 0 | 62 | 53 | 224 | 132 | 36 |
| Binary | 1000 | 10010001 | 1001000 | 1011110 | 0 | 110010 | 101011 | 10010100 | 1011010 | 11110 |
Color Harmonies of #089148
Complementary color
Monochromatic Colors of #089148
Black with #089148
Text Example
Text Example
White with #089148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089148; }
p { color: rgb(8,145,72); }
H1.HeaderClassName
{
color: #089148;
}
.AnyTagClassName
{
color: #089148;
}
</style>
background-color css
<style>
a { background-color: #089148; }
a { background-color: rgb(8,145,72); }
div.DivClassName
{
background-color: #089148;
}
.BgClassName
{
background-color: #089148;
}
</style>
border-color css
<style>
span { border-color: #089148; }
span { border-color: rgb(8,145,72); }
td.TdClassName
{
border-color: #089148;
}
.TagClassName
{
border-color: #089148;
}
</style>