Shades of Pigment Green #06963E
Tints of Pigment Green #06963E
RGB
CMYK
RGB Variations
Color information
#06963E (or 0x06963E) is known color: Pigment Green. HEX triplet: 06, 96 and 3E. RGB value is (6,150,62). Sum of RGB (Red+Green+Blue) = 6+150+62=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #06963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06963E is #F969C1. Grayscale: #616161. Windows color (decimal): -16345538 or 4101638. OLE color: 4101638.
HSL color Cylindrical-coordinate representation of color #06963E: hue angle of 143.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06963E is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 150 | 62 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.41 |
| HSL | 143.33º | 0.92% | 0.31% | - |
| HSV(B) | 143.33º | 0.96% | 0.59% | - |
| XYZ | 11.85 | 22.2 | 8.22 | - |
| YUV | 96.91 | 108.29 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 62 | 0.96 | 0 | 0.59 | 0.41 | 143.33 | 0.92 | 0.31 |
| Hex | 6 | 96 | 3E | 60 | 0 | 3B | 29 | 8F | 5C | 1F |
| Octal | 6 | 226 | 76 | 140 | 0 | 73 | 51 | 217 | 134 | 37 |
| Binary | 110 | 10010110 | 111110 | 1100000 | 0 | 111011 | 101001 | 10001111 | 1011100 | 11111 |
Color Harmonies of #06963E
Complementary color
Monochromatic Colors of #06963E
Black with #06963E
Text Example
Text Example
White with #06963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06963E; }
p { color: rgb(6,150,62); }
H1.HeaderClassName
{
color: #06963E;
}
.AnyTagClassName
{
color: #06963E;
}
</style>
background-color css
<style>
a { background-color: #06963E; }
a { background-color: rgb(6,150,62); }
div.DivClassName
{
background-color: #06963E;
}
.BgClassName
{
background-color: #06963E;
}
</style>
border-color css
<style>
span { border-color: #06963E; }
span { border-color: rgb(6,150,62); }
td.TdClassName
{
border-color: #06963E;
}
.TagClassName
{
border-color: #06963E;
}
</style>