Shades of Pigment Green #089535
Tints of Pigment Green #089535
RGB
CMYK
RGB Variations
Color information
#089535 (or 0x089535) is known color: Pigment Green. HEX triplet: 08, 95 and 35. RGB value is (8,149,53). Sum of RGB (Red+Green+Blue) = 8+149+53=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #089535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089535 is #F76ACA. Grayscale: #606060. Windows color (decimal): -16214731 or 3511560. OLE color: 3511560.
HSL color Cylindrical-coordinate representation of color #089535: hue angle of 139.15º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089535 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 149 | 53 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.42 |
| HSL | 139.15º | 0.9% | 0.31% | - |
| HSV(B) | 139.15º | 0.95% | 0.58% | - |
| XYZ | 11.49 | 21.8 | 6.97 | - |
| YUV | 95.9 | 103.79 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 53 | 0.95 | 0 | 0.64 | 0.42 | 139.15 | 0.9 | 0.31 |
| Hex | 8 | 95 | 35 | 5F | 0 | 40 | 2A | 8B | 5A | 1F |
| Octal | 10 | 225 | 65 | 137 | 0 | 100 | 52 | 213 | 132 | 37 |
| Binary | 1000 | 10010101 | 110101 | 1011111 | 0 | 1000000 | 101010 | 10001011 | 1011010 | 11111 |
Color Harmonies of #089535
Complementary color
Monochromatic Colors of #089535
Black with #089535
Text Example
Text Example
White with #089535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089535; }
p { color: rgb(8,149,53); }
H1.HeaderClassName
{
color: #089535;
}
.AnyTagClassName
{
color: #089535;
}
</style>
background-color css
<style>
a { background-color: #089535; }
a { background-color: rgb(8,149,53); }
div.DivClassName
{
background-color: #089535;
}
.BgClassName
{
background-color: #089535;
}
</style>
border-color css
<style>
span { border-color: #089535; }
span { border-color: rgb(8,149,53); }
td.TdClassName
{
border-color: #089535;
}
.TagClassName
{
border-color: #089535;
}
</style>