Shades of Pigment Green #069047
Tints of Pigment Green #069047
RGB
CMYK
RGB Variations
Color information
#069047 (or 0x069047) is known color: Pigment Green. HEX triplet: 06, 90 and 47. RGB value is (6,144,71). Sum of RGB (Red+Green+Blue) = 6+144+71=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #069047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069047 is #F96FB8. Grayscale: #5E5E5E. Windows color (decimal): -16347065 or 4689926. OLE color: 4689926.
HSL color Cylindrical-coordinate representation of color #069047: hue angle of 148.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069047 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 71 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.44 |
| HSL | 148.26º | 0.92% | 0.29% | - |
| HSV(B) | 148.26º | 0.96% | 0.56% | - |
| XYZ | 11.19 | 20.44 | 9.32 | - |
| YUV | 94.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 71 | 0.96 | 0 | 0.51 | 0.44 | 148.26 | 0.92 | 0.29 |
| Hex | 6 | 90 | 47 | 60 | 0 | 33 | 2C | 94 | 5C | 1D |
| Octal | 6 | 220 | 107 | 140 | 0 | 63 | 54 | 224 | 134 | 35 |
| Binary | 110 | 10010000 | 1000111 | 1100000 | 0 | 110011 | 101100 | 10010100 | 1011100 | 11101 |
Color Harmonies of #069047
Complementary color
Monochromatic Colors of #069047
Black with #069047
Text Example
Text Example
White with #069047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069047; }
p { color: rgb(6,144,71); }
H1.HeaderClassName
{
color: #069047;
}
.AnyTagClassName
{
color: #069047;
}
</style>
background-color css
<style>
a { background-color: #069047; }
a { background-color: rgb(6,144,71); }
div.DivClassName
{
background-color: #069047;
}
.BgClassName
{
background-color: #069047;
}
</style>
border-color css
<style>
span { border-color: #069047; }
span { border-color: rgb(6,144,71); }
td.TdClassName
{
border-color: #069047;
}
.TagClassName
{
border-color: #069047;
}
</style>