Shades of Pigment Green #069940
Tints of Pigment Green #069940
RGB
CMYK
RGB Variations
Color information
#069940 (or 0x069940) is known color: Pigment Green. HEX triplet: 06, 99 and 40. RGB value is (6,153,64). Sum of RGB (Red+Green+Blue) = 6+153+64=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 153 (60.16% from 255 or 68.61% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 153 - color contains mainly: green. Hex color #069940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069940 is #F966BF. Grayscale: #636363. Windows color (decimal): -16344768 or 4233478. OLE color: 4233478.
HSL color Cylindrical-coordinate representation of color #069940: hue angle of 143.67º 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 #069940 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 64 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.4 |
| HSL | 143.67º | 0.92% | 0.31% | - |
| HSV(B) | 143.67º | 0.96% | 0.6% | - |
| XYZ | 12.39 | 23.19 | 8.67 | - |
| YUV | 98.9 | 108.3 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 64 | 0.96 | 0 | 0.58 | 0.4 | 143.67 | 0.92 | 0.31 |
| Hex | 6 | 99 | 40 | 60 | 0 | 3A | 28 | 90 | 5C | 1F |
| Octal | 6 | 231 | 100 | 140 | 0 | 72 | 50 | 220 | 134 | 37 |
| Binary | 110 | 10011001 | 1000000 | 1100000 | 0 | 111010 | 101000 | 10010000 | 1011100 | 11111 |
Color Harmonies of #069940
Complementary color
Monochromatic Colors of #069940
Black with #069940
Text Example
Text Example
White with #069940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069940; }
p { color: rgb(6,153,64); }
H1.HeaderClassName
{
color: #069940;
}
.AnyTagClassName
{
color: #069940;
}
</style>
background-color css
<style>
a { background-color: #069940; }
a { background-color: rgb(6,153,64); }
div.DivClassName
{
background-color: #069940;
}
.BgClassName
{
background-color: #069940;
}
</style>
border-color css
<style>
span { border-color: #069940; }
span { border-color: rgb(6,153,64); }
td.TdClassName
{
border-color: #069940;
}
.TagClassName
{
border-color: #069940;
}
</style>