Shades of Pigment Green #069944
Tints of Pigment Green #069944
RGB
CMYK
RGB Variations
Color information
#069944 (or 0x069944) is known color: Pigment Green. HEX triplet: 06, 99 and 44. RGB value is (6,153,68). Sum of RGB (Red+Green+Blue) = 6+153+68=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #069944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069944 is #F966BB. Grayscale: #636363. Windows color (decimal): -16344764 or 4495622. OLE color: 4495622.
HSL color Cylindrical-coordinate representation of color #069944: hue angle of 145.31º degrees, saturation: 0.92, 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 #069944 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 68 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.4 |
| HSL | 145.31º | 0.92% | 0.31% | - |
| HSV(B) | 145.31º | 0.96% | 0.6% | - |
| XYZ | 12.51 | 23.24 | 9.29 | - |
| YUV | 99.36 | 110.3 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 68 | 0.96 | 0 | 0.56 | 0.4 | 145.31 | 0.92 | 0.31 |
| Hex | 6 | 99 | 44 | 60 | 0 | 38 | 28 | 91 | 5C | 1F |
| Octal | 6 | 231 | 104 | 140 | 0 | 70 | 50 | 221 | 134 | 37 |
| Binary | 110 | 10011001 | 1000100 | 1100000 | 0 | 111000 | 101000 | 10010001 | 1011100 | 11111 |
Color Harmonies of #069944
Complementary color
Monochromatic Colors of #069944
Black with #069944
Text Example
Text Example
White with #069944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069944; }
p { color: rgb(6,153,68); }
H1.HeaderClassName
{
color: #069944;
}
.AnyTagClassName
{
color: #069944;
}
</style>
background-color css
<style>
a { background-color: #069944; }
a { background-color: rgb(6,153,68); }
div.DivClassName
{
background-color: #069944;
}
.BgClassName
{
background-color: #069944;
}
</style>
border-color css
<style>
span { border-color: #069944; }
span { border-color: rgb(6,153,68); }
td.TdClassName
{
border-color: #069944;
}
.TagClassName
{
border-color: #069944;
}
</style>