Shades of Pigment Green #068F41
Tints of Pigment Green #068F41
RGB
CMYK
RGB Variations
Color information
#068F41 (or 0x068F41) is known color: Pigment Green. HEX triplet: 06, 8F and 41. RGB value is (6,143,65). Sum of RGB (Red+Green+Blue) = 6+143+65=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 143 (56.25% from 255 or 66.82% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 143 - color contains mainly: green. Hex color #068F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068F41 is #F970BE. Grayscale: #5D5D5D. Windows color (decimal): -16347327 or 4296454. OLE color: 4296454.
HSL color Cylindrical-coordinate representation of color #068F41: hue angle of 145.84º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068F41 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 65 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.44 |
| HSL | 145.84º | 0.92% | 0.29% | - |
| HSV(B) | 145.84º | 0.96% | 0.56% | - |
| XYZ | 10.85 | 20.07 | 8.3 | - |
| YUV | 93.15 | 112.11 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 65 | 0.96 | 0 | 0.55 | 0.44 | 145.84 | 0.92 | 0.29 |
| Hex | 6 | 8F | 41 | 60 | 0 | 37 | 2C | 92 | 5C | 1D |
| Octal | 6 | 217 | 101 | 140 | 0 | 67 | 54 | 222 | 134 | 35 |
| Binary | 110 | 10001111 | 1000001 | 1100000 | 0 | 110111 | 101100 | 10010010 | 1011100 | 11101 |
Color Harmonies of #068F41
Complementary color
Monochromatic Colors of #068F41
Black with #068F41
Text Example
Text Example
White with #068F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F41; }
p { color: rgb(6,143,65); }
H1.HeaderClassName
{
color: #068F41;
}
.AnyTagClassName
{
color: #068F41;
}
</style>
background-color css
<style>
a { background-color: #068F41; }
a { background-color: rgb(6,143,65); }
div.DivClassName
{
background-color: #068F41;
}
.BgClassName
{
background-color: #068F41;
}
</style>
border-color css
<style>
span { border-color: #068F41; }
span { border-color: rgb(6,143,65); }
td.TdClassName
{
border-color: #068F41;
}
.TagClassName
{
border-color: #068F41;
}
</style>