Shades of Pigment Green #06933D
Tints of Pigment Green #06933D
RGB
CMYK
RGB Variations
Color information
#06933D (or 0x06933D) is known color: Pigment Green. HEX triplet: 06, 93 and 3D. RGB value is (6,147,61). Sum of RGB (Red+Green+Blue) = 6+147+61=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #06933D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06933D is #F96CC2. Grayscale: #5F5F5F. Windows color (decimal): -16346307 or 4035334. OLE color: 4035334.
HSL color Cylindrical-coordinate representation of color #06933D: hue angle of 143.4º 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 #06933D is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 147 | 61 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.42 |
| HSL | 143.4º | 0.92% | 0.3% | - |
| HSV(B) | 143.4º | 0.96% | 0.58% | - |
| XYZ | 11.35 | 21.24 | 7.92 | - |
| YUV | 95.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 147 | 61 | 0.96 | 0 | 0.59 | 0.42 | 143.4 | 0.92 | 0.3 |
| Hex | 6 | 93 | 3D | 60 | 0 | 3B | 2A | 8F | 5C | 1E |
| Octal | 6 | 223 | 75 | 140 | 0 | 73 | 52 | 217 | 134 | 36 |
| Binary | 110 | 10010011 | 111101 | 1100000 | 0 | 111011 | 101010 | 10001111 | 1011100 | 11110 |
Color Harmonies of #06933D
Complementary color
Monochromatic Colors of #06933D
Black with #06933D
Text Example
Text Example
White with #06933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06933D; }
p { color: rgb(6,147,61); }
H1.HeaderClassName
{
color: #06933D;
}
.AnyTagClassName
{
color: #06933D;
}
</style>
background-color css
<style>
a { background-color: #06933D; }
a { background-color: rgb(6,147,61); }
div.DivClassName
{
background-color: #06933D;
}
.BgClassName
{
background-color: #06933D;
}
</style>
border-color css
<style>
span { border-color: #06933D; }
span { border-color: rgb(6,147,61); }
td.TdClassName
{
border-color: #06933D;
}
.TagClassName
{
border-color: #06933D;
}
</style>