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