Shades of Pigment Green #06913D
Tints of Pigment Green #06913D
RGB
CMYK
RGB Variations
Color information
#06913D (or 0x06913D) is known color: Pigment Green. HEX triplet: 06, 91 and 3D. RGB value is (6,145,61). Sum of RGB (Red+Green+Blue) = 6+145+61=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #06913D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06913D is #F96EC2. Grayscale: #5E5E5E. Windows color (decimal): -16346819 or 4034822. OLE color: 4034822.
HSL color Cylindrical-coordinate representation of color #06913D: hue angle of 143.74º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06913D is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 145 | 61 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.43 |
| HSL | 143.74º | 0.92% | 0.3% | - |
| HSV(B) | 143.74º | 0.96% | 0.57% | - |
| XYZ | 11.04 | 20.63 | 7.81 | - |
| YUV | 93.86 | 109.45 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 61 | 0.96 | 0 | 0.58 | 0.43 | 143.74 | 0.92 | 0.3 |
| Hex | 6 | 91 | 3D | 60 | 0 | 3A | 2B | 90 | 5C | 1E |
| Octal | 6 | 221 | 75 | 140 | 0 | 72 | 53 | 220 | 134 | 36 |
| Binary | 110 | 10010001 | 111101 | 1100000 | 0 | 111010 | 101011 | 10010000 | 1011100 | 11110 |
Color Harmonies of #06913D
Complementary color
Monochromatic Colors of #06913D
Black with #06913D
Text Example
Text Example
White with #06913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06913D; }
p { color: rgb(6,145,61); }
H1.HeaderClassName
{
color: #06913D;
}
.AnyTagClassName
{
color: #06913D;
}
</style>
background-color css
<style>
a { background-color: #06913D; }
a { background-color: rgb(6,145,61); }
div.DivClassName
{
background-color: #06913D;
}
.BgClassName
{
background-color: #06913D;
}
</style>
border-color css
<style>
span { border-color: #06913D; }
span { border-color: rgb(6,145,61); }
td.TdClassName
{
border-color: #06913D;
}
.TagClassName
{
border-color: #06913D;
}
</style>