Shades of Pigment Green #069041
Tints of Pigment Green #069041
RGB
CMYK
RGB Variations
Color information
#069041 (or 0x069041) is known color: Pigment Green. HEX triplet: 06, 90 and 41. RGB value is (6,144,65). Sum of RGB (Red+Green+Blue) = 6+144+65=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #069041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069041 is #F96FBE. Grayscale: #5D5D5D. Windows color (decimal): -16347071 or 4296710. OLE color: 4296710.
HSL color Cylindrical-coordinate representation of color #069041: hue angle of 145.65º 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 #069041 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 65 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.44 |
| HSL | 145.65º | 0.92% | 0.29% | - |
| HSV(B) | 145.65º | 0.96% | 0.56% | - |
| XYZ | 11 | 20.37 | 8.35 | - |
| YUV | 93.73 | 111.78 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 65 | 0.96 | 0 | 0.55 | 0.44 | 145.65 | 0.92 | 0.29 |
| Hex | 6 | 90 | 41 | 60 | 0 | 37 | 2C | 92 | 5C | 1D |
| Octal | 6 | 220 | 101 | 140 | 0 | 67 | 54 | 222 | 134 | 35 |
| Binary | 110 | 10010000 | 1000001 | 1100000 | 0 | 110111 | 101100 | 10010010 | 1011100 | 11101 |
Color Harmonies of #069041
Complementary color
Monochromatic Colors of #069041
Black with #069041
Text Example
Text Example
White with #069041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069041; }
p { color: rgb(6,144,65); }
H1.HeaderClassName
{
color: #069041;
}
.AnyTagClassName
{
color: #069041;
}
</style>
background-color css
<style>
a { background-color: #069041; }
a { background-color: rgb(6,144,65); }
div.DivClassName
{
background-color: #069041;
}
.BgClassName
{
background-color: #069041;
}
</style>
border-color css
<style>
span { border-color: #069041; }
span { border-color: rgb(6,144,65); }
td.TdClassName
{
border-color: #069041;
}
.TagClassName
{
border-color: #069041;
}
</style>