Shades of Pigment Green #069341
Tints of Pigment Green #069341
RGB
CMYK
RGB Variations
Color information
#069341 (or 0x069341) is known color: Pigment Green. HEX triplet: 06, 93 and 41. RGB value is (6,147,65). Sum of RGB (Red+Green+Blue) = 6+147+65=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 147 (57.81% from 255 or 67.43% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 147 - color contains mainly: green. Hex color #069341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069341 is #F96CBE. Grayscale: #5F5F5F. Windows color (decimal): -16346303 or 4297478. OLE color: 4297478.
HSL color Cylindrical-coordinate representation of color #069341: hue angle of 145.11º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069341 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 147 | 65 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.42 |
| HSL | 145.11º | 0.92% | 0.3% | - |
| HSV(B) | 145.11º | 0.96% | 0.58% | - |
| XYZ | 11.46 | 21.29 | 8.51 | - |
| YUV | 95.49 | 110.79 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 147 | 65 | 0.96 | 0 | 0.56 | 0.42 | 145.11 | 0.92 | 0.3 |
| Hex | 6 | 93 | 41 | 60 | 0 | 38 | 2A | 91 | 5C | 1E |
| Octal | 6 | 223 | 101 | 140 | 0 | 70 | 52 | 221 | 134 | 36 |
| Binary | 110 | 10010011 | 1000001 | 1100000 | 0 | 111000 | 101010 | 10010001 | 1011100 | 11110 |
Color Harmonies of #069341
Complementary color
Monochromatic Colors of #069341
Black with #069341
Text Example
Text Example
White with #069341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069341; }
p { color: rgb(6,147,65); }
H1.HeaderClassName
{
color: #069341;
}
.AnyTagClassName
{
color: #069341;
}
</style>
background-color css
<style>
a { background-color: #069341; }
a { background-color: rgb(6,147,65); }
div.DivClassName
{
background-color: #069341;
}
.BgClassName
{
background-color: #069341;
}
</style>
border-color css
<style>
span { border-color: #069341; }
span { border-color: rgb(6,147,65); }
td.TdClassName
{
border-color: #069341;
}
.TagClassName
{
border-color: #069341;
}
</style>