Shades of Pigment Green #069E32
Tints of Pigment Green #069E32
RGB
CMYK
RGB Variations
Color information
#069E32 (or 0x069E32) is known color: Pigment Green. HEX triplet: 06, 9E and 32. RGB value is (6,158,50). Sum of RGB (Red+Green+Blue) = 6+158+50=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 158 (62.11% from 255 or 73.83% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 158 - color contains mainly: green. Hex color #069E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069E32 is #F961CD. Grayscale: #646464. Windows color (decimal): -16343502 or 3317254. OLE color: 3317254.
HSL color Cylindrical-coordinate representation of color #069E32: hue angle of 137.37º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069E32 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 158 | 50 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.38 |
| HSL | 137.37º | 0.93% | 0.32% | - |
| HSV(B) | 137.37º | 0.96% | 0.62% | - |
| XYZ | 12.88 | 24.72 | 7.11 | - |
| YUV | 100.24 | 99.64 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 50 | 0.96 | 0 | 0.68 | 0.38 | 137.37 | 0.93 | 0.32 |
| Hex | 6 | 9E | 32 | 60 | 0 | 44 | 26 | 89 | 5D | 20 |
| Octal | 6 | 236 | 62 | 140 | 0 | 104 | 46 | 211 | 135 | 40 |
| Binary | 110 | 10011110 | 110010 | 1100000 | 0 | 1000100 | 100110 | 10001001 | 1011101 | 100000 |
Color Harmonies of #069E32
Complementary color
Monochromatic Colors of #069E32
Black with #069E32
Text Example
Text Example
White with #069E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069E32; }
p { color: rgb(6,158,50); }
H1.HeaderClassName
{
color: #069E32;
}
.AnyTagClassName
{
color: #069E32;
}
</style>
background-color css
<style>
a { background-color: #069E32; }
a { background-color: rgb(6,158,50); }
div.DivClassName
{
background-color: #069E32;
}
.BgClassName
{
background-color: #069E32;
}
</style>
border-color css
<style>
span { border-color: #069E32; }
span { border-color: rgb(6,158,50); }
td.TdClassName
{
border-color: #069E32;
}
.TagClassName
{
border-color: #069E32;
}
</style>