Shades of Pigment Green #06943E
Tints of Pigment Green #06943E
RGB
CMYK
RGB Variations
Color information
#06943E (or 0x06943E) is known color: Pigment Green. HEX triplet: 06, 94 and 3E. RGB value is (6,148,62). Sum of RGB (Red+Green+Blue) = 6+148+62=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #06943E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06943E is #F96BC1. Grayscale: #5F5F5F. Windows color (decimal): -16346050 or 4101126. OLE color: 4101126.
HSL color Cylindrical-coordinate representation of color #06943E: hue angle of 143.66º 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 #06943E is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 62 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.42 |
| HSL | 143.66º | 0.92% | 0.3% | - |
| HSV(B) | 143.66º | 0.96% | 0.58% | - |
| XYZ | 11.53 | 21.57 | 8.11 | - |
| YUV | 95.74 | 108.96 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 62 | 0.96 | 0 | 0.58 | 0.42 | 143.66 | 0.92 | 0.3 |
| Hex | 6 | 94 | 3E | 60 | 0 | 3A | 2A | 90 | 5C | 1E |
| Octal | 6 | 224 | 76 | 140 | 0 | 72 | 52 | 220 | 134 | 36 |
| Binary | 110 | 10010100 | 111110 | 1100000 | 0 | 111010 | 101010 | 10010000 | 1011100 | 11110 |
Color Harmonies of #06943E
Complementary color
Monochromatic Colors of #06943E
Black with #06943E
Text Example
Text Example
White with #06943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06943E; }
p { color: rgb(6,148,62); }
H1.HeaderClassName
{
color: #06943E;
}
.AnyTagClassName
{
color: #06943E;
}
</style>
background-color css
<style>
a { background-color: #06943E; }
a { background-color: rgb(6,148,62); }
div.DivClassName
{
background-color: #06943E;
}
.BgClassName
{
background-color: #06943E;
}
</style>
border-color css
<style>
span { border-color: #06943E; }
span { border-color: rgb(6,148,62); }
td.TdClassName
{
border-color: #06943E;
}
.TagClassName
{
border-color: #06943E;
}
</style>