Shades of Pigment Green #089135
Tints of Pigment Green #089135
RGB
CMYK
RGB Variations
Color information
#089135 (or 0x089135) is known color: Pigment Green. HEX triplet: 08, 91 and 35. RGB value is (8,145,53). Sum of RGB (Red+Green+Blue) = 8+145+53=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 145 (57.03% from 255 or 70.39% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 145 - color contains mainly: green. Hex color #089135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089135 is #F76ECA. Grayscale: #5D5D5D. Windows color (decimal): -16215755 or 3510536. OLE color: 3510536.
HSL color Cylindrical-coordinate representation of color #089135: hue angle of 139.71º 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 #089135 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 53 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.43 |
| HSL | 139.71º | 0.9% | 0.3% | - |
| HSV(B) | 139.71º | 0.94% | 0.57% | - |
| XYZ | 10.87 | 20.56 | 6.76 | - |
| YUV | 93.55 | 105.11 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 53 | 0.94 | 0 | 0.63 | 0.43 | 139.71 | 0.9 | 0.3 |
| Hex | 8 | 91 | 35 | 5E | 0 | 3F | 2B | 8C | 5A | 1E |
| Octal | 10 | 221 | 65 | 136 | 0 | 77 | 53 | 214 | 132 | 36 |
| Binary | 1000 | 10010001 | 110101 | 1011110 | 0 | 111111 | 101011 | 10001100 | 1011010 | 11110 |
Color Harmonies of #089135
Complementary color
Monochromatic Colors of #089135
Black with #089135
Text Example
Text Example
White with #089135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089135; }
p { color: rgb(8,145,53); }
H1.HeaderClassName
{
color: #089135;
}
.AnyTagClassName
{
color: #089135;
}
</style>
background-color css
<style>
a { background-color: #089135; }
a { background-color: rgb(8,145,53); }
div.DivClassName
{
background-color: #089135;
}
.BgClassName
{
background-color: #089135;
}
</style>
border-color css
<style>
span { border-color: #089135; }
span { border-color: rgb(8,145,53); }
td.TdClassName
{
border-color: #089135;
}
.TagClassName
{
border-color: #089135;
}
</style>