Shades of Pigment Green #089134
Tints of Pigment Green #089134
RGB
CMYK
RGB Variations
Color information
#089134 (or 0x089134) is known color: Pigment Green. HEX triplet: 08, 91 and 34. RGB value is (8,145,52). Sum of RGB (Red+Green+Blue) = 8+145+52=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 145 (57.03% from 255 or 70.73% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 145 - color contains mainly: green. Hex color #089134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089134 is #F76ECB. Grayscale: #5D5D5D. Windows color (decimal): -16215756 or 3445000. OLE color: 3445000.
HSL color Cylindrical-coordinate representation of color #089134: hue angle of 139.27º 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 #089134 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 52 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.43 |
| HSL | 139.27º | 0.9% | 0.3% | - |
| HSV(B) | 139.27º | 0.94% | 0.57% | - |
| XYZ | 10.85 | 20.55 | 6.64 | - |
| YUV | 93.44 | 104.61 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 52 | 0.94 | 0 | 0.64 | 0.43 | 139.27 | 0.9 | 0.3 |
| Hex | 8 | 91 | 34 | 5E | 0 | 40 | 2B | 8B | 5A | 1E |
| Octal | 10 | 221 | 64 | 136 | 0 | 100 | 53 | 213 | 132 | 36 |
| Binary | 1000 | 10010001 | 110100 | 1011110 | 0 | 1000000 | 101011 | 10001011 | 1011010 | 11110 |
Color Harmonies of #089134
Complementary color
Monochromatic Colors of #089134
Black with #089134
Text Example
Text Example
White with #089134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089134; }
p { color: rgb(8,145,52); }
H1.HeaderClassName
{
color: #089134;
}
.AnyTagClassName
{
color: #089134;
}
</style>
background-color css
<style>
a { background-color: #089134; }
a { background-color: rgb(8,145,52); }
div.DivClassName
{
background-color: #089134;
}
.BgClassName
{
background-color: #089134;
}
</style>
border-color css
<style>
span { border-color: #089134; }
span { border-color: rgb(8,145,52); }
td.TdClassName
{
border-color: #089134;
}
.TagClassName
{
border-color: #089134;
}
</style>