Shades of Pigment Green #069E3E
Tints of Pigment Green #069E3E
RGB
CMYK
RGB Variations
Color information
#069E3E (or 0x069E3E) is known color: Pigment Green. HEX triplet: 06, 9E and 3E. RGB value is (6,158,62). Sum of RGB (Red+Green+Blue) = 6+158+62=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 158 (62.11% from 255 or 69.91% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 158 - color contains mainly: green. Hex color #069E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069E3E is #F961C1. Grayscale: #656565. Windows color (decimal): -16343490 or 4103686. OLE color: 4103686.
HSL color Cylindrical-coordinate representation of color #069E3E: hue angle of 142.11º 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 #069E3E is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 158 | 62 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.38 |
| HSL | 142.11º | 0.93% | 0.32% | - |
| HSV(B) | 142.11º | 0.96% | 0.62% | - |
| XYZ | 13.17 | 24.84 | 8.66 | - |
| YUV | 101.61 | 105.64 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 62 | 0.96 | 0 | 0.61 | 0.38 | 142.11 | 0.93 | 0.32 |
| Hex | 6 | 9E | 3E | 60 | 0 | 3D | 26 | 8E | 5D | 20 |
| Octal | 6 | 236 | 76 | 140 | 0 | 75 | 46 | 216 | 135 | 40 |
| Binary | 110 | 10011110 | 111110 | 1100000 | 0 | 111101 | 100110 | 10001110 | 1011101 | 100000 |
Color Harmonies of #069E3E
Complementary color
Monochromatic Colors of #069E3E
Black with #069E3E
Text Example
Text Example
White with #069E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069E3E; }
p { color: rgb(6,158,62); }
H1.HeaderClassName
{
color: #069E3E;
}
.AnyTagClassName
{
color: #069E3E;
}
</style>
background-color css
<style>
a { background-color: #069E3E; }
a { background-color: rgb(6,158,62); }
div.DivClassName
{
background-color: #069E3E;
}
.BgClassName
{
background-color: #069E3E;
}
</style>
border-color css
<style>
span { border-color: #069E3E; }
span { border-color: rgb(6,158,62); }
td.TdClassName
{
border-color: #069E3E;
}
.TagClassName
{
border-color: #069E3E;
}
</style>