Shades of Pigment Green #068E4F
Tints of Pigment Green #068E4F
RGB
CMYK
RGB Variations
Color information
#068E4F (or 0x068E4F) is known color: Pigment Green. HEX triplet: 06, 8E and 4F. RGB value is (6,142,79). Sum of RGB (Red+Green+Blue) = 6+142+79=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #068E4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E4F is #F971B0. Grayscale: #5E5E5E. Windows color (decimal): -16347569 or 5213702. OLE color: 5213702.
HSL color Cylindrical-coordinate representation of color #068E4F: hue angle of 152.21º 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 #068E4F is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 79 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.44 |
| HSL | 152.21º | 0.92% | 0.29% | - |
| HSV(B) | 152.21º | 0.96% | 0.56% | - |
| XYZ | 11.16 | 19.95 | 10.66 | - |
| YUV | 94.15 | 119.44 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 79 | 0.96 | 0 | 0.44 | 0.44 | 152.21 | 0.92 | 0.29 |
| Hex | 6 | 8E | 4F | 60 | 0 | 2C | 2C | 98 | 5C | 1D |
| Octal | 6 | 216 | 117 | 140 | 0 | 54 | 54 | 230 | 134 | 35 |
| Binary | 110 | 10001110 | 1001111 | 1100000 | 0 | 101100 | 101100 | 10011000 | 1011100 | 11101 |
Color Harmonies of #068E4F
Complementary color
Monochromatic Colors of #068E4F
Black with #068E4F
Text Example
Text Example
White with #068E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E4F; }
p { color: rgb(6,142,79); }
H1.HeaderClassName
{
color: #068E4F;
}
.AnyTagClassName
{
color: #068E4F;
}
</style>
background-color css
<style>
a { background-color: #068E4F; }
a { background-color: rgb(6,142,79); }
div.DivClassName
{
background-color: #068E4F;
}
.BgClassName
{
background-color: #068E4F;
}
</style>
border-color css
<style>
span { border-color: #068E4F; }
span { border-color: rgb(6,142,79); }
td.TdClassName
{
border-color: #068E4F;
}
.TagClassName
{
border-color: #068E4F;
}
</style>