Shades of Pigment Green #089752
Tints of Pigment Green #089752
RGB
CMYK
RGB Variations
Color information
#089752 (or 0x089752) is known color: Pigment Green. HEX triplet: 08, 97 and 52. RGB value is (8,151,82). Sum of RGB (Red+Green+Blue) = 8+151+82=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 151 (59.38% from 255 or 62.66% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 151 - color contains mainly: green. Hex color #089752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089752 is #F768AD. Grayscale: #646464. Windows color (decimal): -16214190 or 5412616. OLE color: 5412616.
HSL color Cylindrical-coordinate representation of color #089752: hue angle of 151.05º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089752 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 151 | 82 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.41 |
| HSL | 151.05º | 0.9% | 0.31% | - |
| HSV(B) | 151.05º | 0.95% | 0.59% | - |
| XYZ | 12.69 | 22.79 | 11.71 | - |
| YUV | 100.38 | 117.62 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 82 | 0.95 | 0 | 0.46 | 0.41 | 151.05 | 0.9 | 0.31 |
| Hex | 8 | 97 | 52 | 5F | 0 | 2E | 29 | 97 | 5A | 1F |
| Octal | 10 | 227 | 122 | 137 | 0 | 56 | 51 | 227 | 132 | 37 |
| Binary | 1000 | 10010111 | 1010010 | 1011111 | 0 | 101110 | 101001 | 10010111 | 1011010 | 11111 |
Color Harmonies of #089752
Complementary color
Monochromatic Colors of #089752
Black with #089752
Text Example
Text Example
White with #089752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089752; }
p { color: rgb(8,151,82); }
H1.HeaderClassName
{
color: #089752;
}
.AnyTagClassName
{
color: #089752;
}
</style>
background-color css
<style>
a { background-color: #089752; }
a { background-color: rgb(8,151,82); }
div.DivClassName
{
background-color: #089752;
}
.BgClassName
{
background-color: #089752;
}
</style>
border-color css
<style>
span { border-color: #089752; }
span { border-color: rgb(8,151,82); }
td.TdClassName
{
border-color: #089752;
}
.TagClassName
{
border-color: #089752;
}
</style>