Shades of Pigment Green #06943C
Tints of Pigment Green #06943C
RGB
CMYK
RGB Variations
Color information
#06943C (or 0x06943C) is known color: Pigment Green. HEX triplet: 06, 94 and 3C. RGB value is (6,148,60). Sum of RGB (Red+Green+Blue) = 6+148+60=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #06943C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06943C is #F96BC3. Grayscale: #5F5F5F. Windows color (decimal): -16346052 or 3970054. OLE color: 3970054.
HSL color Cylindrical-coordinate representation of color #06943C: hue angle of 142.82º 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 #06943C is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 60 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.42 |
| HSL | 142.82º | 0.92% | 0.3% | - |
| HSV(B) | 142.82º | 0.96% | 0.58% | - |
| XYZ | 11.48 | 21.54 | 7.83 | - |
| YUV | 95.51 | 107.96 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 60 | 0.96 | 0 | 0.59 | 0.42 | 142.82 | 0.92 | 0.3 |
| Hex | 6 | 94 | 3C | 60 | 0 | 3B | 2A | 8F | 5C | 1E |
| Octal | 6 | 224 | 74 | 140 | 0 | 73 | 52 | 217 | 134 | 36 |
| Binary | 110 | 10010100 | 111100 | 1100000 | 0 | 111011 | 101010 | 10001111 | 1011100 | 11110 |
Color Harmonies of #06943C
Complementary color
Monochromatic Colors of #06943C
Black with #06943C
Text Example
Text Example
White with #06943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06943C; }
p { color: rgb(6,148,60); }
H1.HeaderClassName
{
color: #06943C;
}
.AnyTagClassName
{
color: #06943C;
}
</style>
background-color css
<style>
a { background-color: #06943C; }
a { background-color: rgb(6,148,60); }
div.DivClassName
{
background-color: #06943C;
}
.BgClassName
{
background-color: #06943C;
}
</style>
border-color css
<style>
span { border-color: #06943C; }
span { border-color: rgb(6,148,60); }
td.TdClassName
{
border-color: #06943C;
}
.TagClassName
{
border-color: #06943C;
}
</style>