Shades of Pigment Green #089145
Tints of Pigment Green #089145
RGB
CMYK
RGB Variations
Color information
#089145 (or 0x089145) is known color: Pigment Green. HEX triplet: 08, 91 and 45. RGB value is (8,145,69). Sum of RGB (Red+Green+Blue) = 8+145+69=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #089145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089145 is #F76EBA. Grayscale: #5F5F5F. Windows color (decimal): -16215739 or 4559112. OLE color: 4559112.
HSL color Cylindrical-coordinate representation of color #089145: hue angle of 146.72º 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 #089145 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 69 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.43 |
| HSL | 146.72º | 0.9% | 0.3% | - |
| HSV(B) | 146.72º | 0.94% | 0.57% | - |
| XYZ | 11.3 | 20.73 | 9.04 | - |
| YUV | 95.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 69 | 0.94 | 0 | 0.52 | 0.43 | 146.72 | 0.9 | 0.3 |
| Hex | 8 | 91 | 45 | 5E | 0 | 34 | 2B | 93 | 5A | 1E |
| Octal | 10 | 221 | 105 | 136 | 0 | 64 | 53 | 223 | 132 | 36 |
| Binary | 1000 | 10010001 | 1000101 | 1011110 | 0 | 110100 | 101011 | 10010011 | 1011010 | 11110 |
Color Harmonies of #089145
Complementary color
Monochromatic Colors of #089145
Black with #089145
Text Example
Text Example
White with #089145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089145; }
p { color: rgb(8,145,69); }
H1.HeaderClassName
{
color: #089145;
}
.AnyTagClassName
{
color: #089145;
}
</style>
background-color css
<style>
a { background-color: #089145; }
a { background-color: rgb(8,145,69); }
div.DivClassName
{
background-color: #089145;
}
.BgClassName
{
background-color: #089145;
}
</style>
border-color css
<style>
span { border-color: #089145; }
span { border-color: rgb(8,145,69); }
td.TdClassName
{
border-color: #089145;
}
.TagClassName
{
border-color: #089145;
}
</style>