Shades of Pigment Green #06973C
Tints of Pigment Green #06973C
RGB
CMYK
RGB Variations
Color information
#06973C (or 0x06973C) is known color: Pigment Green. HEX triplet: 06, 97 and 3C. RGB value is (6,151,60). Sum of RGB (Red+Green+Blue) = 6+151+60=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 151 (59.38% from 255 or 69.59% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 151 - color contains mainly: green. Hex color #06973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06973C is #F968C3. Grayscale: #616161. Windows color (decimal): -16345284 or 3970822. OLE color: 3970822.
HSL color Cylindrical-coordinate representation of color #06973C: hue angle of 142.34º 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 #06973C is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 151 | 60 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.41 |
| HSL | 142.34º | 0.92% | 0.31% | - |
| HSV(B) | 142.34º | 0.96% | 0.59% | - |
| XYZ | 11.96 | 22.5 | 7.99 | - |
| YUV | 97.27 | 106.96 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 151 | 60 | 0.96 | 0 | 0.60 | 0.41 | 142.34 | 0.92 | 0.31 |
| Hex | 6 | 97 | 3C | 60 | 0 | 3C | 29 | 8E | 5C | 1F |
| Octal | 6 | 227 | 74 | 140 | 0 | 74 | 51 | 216 | 134 | 37 |
| Binary | 110 | 10010111 | 111100 | 1100000 | 0 | 111100 | 101001 | 10001110 | 1011100 | 11111 |
Color Harmonies of #06973C
Complementary color
Monochromatic Colors of #06973C
Black with #06973C
Text Example
Text Example
White with #06973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06973C; }
p { color: rgb(6,151,60); }
H1.HeaderClassName
{
color: #06973C;
}
.AnyTagClassName
{
color: #06973C;
}
</style>
background-color css
<style>
a { background-color: #06973C; }
a { background-color: rgb(6,151,60); }
div.DivClassName
{
background-color: #06973C;
}
.BgClassName
{
background-color: #06973C;
}
</style>
border-color css
<style>
span { border-color: #06973C; }
span { border-color: rgb(6,151,60); }
td.TdClassName
{
border-color: #06973C;
}
.TagClassName
{
border-color: #06973C;
}
</style>