Shades of Pigment Green #089345
Tints of Pigment Green #089345
RGB
CMYK
RGB Variations
Color information
#089345 (or 0x089345) is known color: Pigment Green. HEX triplet: 08, 93 and 45. RGB value is (8,147,69). Sum of RGB (Red+Green+Blue) = 8+147+69=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #089345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089345 is #F76CBA. Grayscale: #606060. Windows color (decimal): -16215227 or 4559624. OLE color: 4559624.
HSL color Cylindrical-coordinate representation of color #089345: hue angle of 146.33º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089345 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 69 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.42 |
| HSL | 146.33º | 0.9% | 0.3% | - |
| HSV(B) | 146.33º | 0.95% | 0.58% | - |
| XYZ | 11.61 | 21.35 | 9.14 | - |
| YUV | 96.55 | 112.45 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 69 | 0.95 | 0 | 0.53 | 0.42 | 146.33 | 0.9 | 0.3 |
| Hex | 8 | 93 | 45 | 5F | 0 | 35 | 2A | 92 | 5A | 1E |
| Octal | 10 | 223 | 105 | 137 | 0 | 65 | 52 | 222 | 132 | 36 |
| Binary | 1000 | 10010011 | 1000101 | 1011111 | 0 | 110101 | 101010 | 10010010 | 1011010 | 11110 |
Color Harmonies of #089345
Complementary color
Monochromatic Colors of #089345
Black with #089345
Text Example
Text Example
White with #089345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089345; }
p { color: rgb(8,147,69); }
H1.HeaderClassName
{
color: #089345;
}
.AnyTagClassName
{
color: #089345;
}
</style>
background-color css
<style>
a { background-color: #089345; }
a { background-color: rgb(8,147,69); }
div.DivClassName
{
background-color: #089345;
}
.BgClassName
{
background-color: #089345;
}
</style>
border-color css
<style>
span { border-color: #089345; }
span { border-color: rgb(8,147,69); }
td.TdClassName
{
border-color: #089345;
}
.TagClassName
{
border-color: #089345;
}
</style>