Shades of Pigment Green #069C43
Tints of Pigment Green #069C43
RGB
CMYK
RGB Variations
Color information
#069C43 (or 0x069C43) is known color: Pigment Green. HEX triplet: 06, 9C and 43. RGB value is (6,156,67). Sum of RGB (Red+Green+Blue) = 6+156+67=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #069C43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069C43 is #F963BC. Grayscale: #656565. Windows color (decimal): -16343997 or 4430854. OLE color: 4430854.
HSL color Cylindrical-coordinate representation of color #069C43: hue angle of 144.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069C43 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 156 | 67 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.39 |
| HSL | 144.4º | 0.93% | 0.32% | - |
| HSV(B) | 144.4º | 0.96% | 0.61% | - |
| XYZ | 12.98 | 24.22 | 9.3 | - |
| YUV | 101 | 108.81 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 156 | 67 | 0.96 | 0 | 0.57 | 0.39 | 144.4 | 0.93 | 0.32 |
| Hex | 6 | 9C | 43 | 60 | 0 | 39 | 27 | 90 | 5D | 20 |
| Octal | 6 | 234 | 103 | 140 | 0 | 71 | 47 | 220 | 135 | 40 |
| Binary | 110 | 10011100 | 1000011 | 1100000 | 0 | 111001 | 100111 | 10010000 | 1011101 | 100000 |
Color Harmonies of #069C43
Complementary color
Monochromatic Colors of #069C43
Black with #069C43
Text Example
Text Example
White with #069C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069C43; }
p { color: rgb(6,156,67); }
H1.HeaderClassName
{
color: #069C43;
}
.AnyTagClassName
{
color: #069C43;
}
</style>
background-color css
<style>
a { background-color: #069C43; }
a { background-color: rgb(6,156,67); }
div.DivClassName
{
background-color: #069C43;
}
.BgClassName
{
background-color: #069C43;
}
</style>
border-color css
<style>
span { border-color: #069C43; }
span { border-color: rgb(6,156,67); }
td.TdClassName
{
border-color: #069C43;
}
.TagClassName
{
border-color: #069C43;
}
</style>