Shades of Pigment Green #069A49
Tints of Pigment Green #069A49
RGB
CMYK
RGB Variations
Color information
#069A49 (or 0x069A49) is known color: Pigment Green. HEX triplet: 06, 9A and 49. RGB value is (6,154,73). Sum of RGB (Red+Green+Blue) = 6+154+73=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 154 (60.55% from 255 or 66.09% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 154 - color contains mainly: green. Hex color #069A49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A49 is #F965B6. Grayscale: #646464. Windows color (decimal): -16344503 or 4823558. OLE color: 4823558.
HSL color Cylindrical-coordinate representation of color #069A49: hue angle of 147.16º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A49 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 73 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.40 |
| HSL | 147.16º | 0.93% | 0.31% | - |
| HSV(B) | 147.16º | 0.96% | 0.6% | - |
| XYZ | 12.83 | 23.63 | 10.19 | - |
| YUV | 100.51 | 112.47 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 73 | 0.96 | 0 | 0.53 | 0.40 | 147.16 | 0.93 | 0.31 |
| Hex | 6 | 9A | 49 | 60 | 0 | 35 | 28 | 93 | 5C | 1F |
| Octal | 6 | 232 | 111 | 140 | 0 | 65 | 50 | 223 | 134 | 37 |
| Binary | 110 | 10011010 | 1001001 | 1100000 | 0 | 110101 | 101000 | 10010011 | 1011100 | 11111 |
Color Harmonies of #069A49
Complementary color
Monochromatic Colors of #069A49
Black with #069A49
Text Example
Text Example
White with #069A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A49; }
p { color: rgb(6,154,73); }
H1.HeaderClassName
{
color: #069A49;
}
.AnyTagClassName
{
color: #069A49;
}
</style>
background-color css
<style>
a { background-color: #069A49; }
a { background-color: rgb(6,154,73); }
div.DivClassName
{
background-color: #069A49;
}
.BgClassName
{
background-color: #069A49;
}
</style>
border-color css
<style>
span { border-color: #069A49; }
span { border-color: rgb(6,154,73); }
td.TdClassName
{
border-color: #069A49;
}
.TagClassName
{
border-color: #069A49;
}
</style>