Shades of Pigment Green #069049
Tints of Pigment Green #069049
RGB
CMYK
RGB Variations
Color information
#069049 (or 0x069049) is known color: Pigment Green. HEX triplet: 06, 90 and 49. RGB value is (6,144,73). Sum of RGB (Red+Green+Blue) = 6+144+73=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #069049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069049 is #F96FB6. Grayscale: #5E5E5E. Windows color (decimal): -16347063 or 4820998. OLE color: 4820998.
HSL color Cylindrical-coordinate representation of color #069049: hue angle of 149.13º 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 #069049 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 73 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.44 |
| HSL | 149.13º | 0.92% | 0.29% | - |
| HSV(B) | 149.13º | 0.96% | 0.56% | - |
| XYZ | 11.25 | 20.47 | 9.66 | - |
| YUV | 94.64 | 115.78 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 73 | 0.96 | 0 | 0.49 | 0.44 | 149.13 | 0.92 | 0.29 |
| Hex | 6 | 90 | 49 | 60 | 0 | 31 | 2C | 95 | 5C | 1D |
| Octal | 6 | 220 | 111 | 140 | 0 | 61 | 54 | 225 | 134 | 35 |
| Binary | 110 | 10010000 | 1001001 | 1100000 | 0 | 110001 | 101100 | 10010101 | 1011100 | 11101 |
Color Harmonies of #069049
Complementary color
Monochromatic Colors of #069049
Black with #069049
Text Example
Text Example
White with #069049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069049; }
p { color: rgb(6,144,73); }
H1.HeaderClassName
{
color: #069049;
}
.AnyTagClassName
{
color: #069049;
}
</style>
background-color css
<style>
a { background-color: #069049; }
a { background-color: rgb(6,144,73); }
div.DivClassName
{
background-color: #069049;
}
.BgClassName
{
background-color: #069049;
}
</style>
border-color css
<style>
span { border-color: #069049; }
span { border-color: rgb(6,144,73); }
td.TdClassName
{
border-color: #069049;
}
.TagClassName
{
border-color: #069049;
}
</style>