Shades of Pigment Green #068E4D
Tints of Pigment Green #068E4D
RGB
CMYK
RGB Variations
Color information
#068E4D (or 0x068E4D) is known color: Pigment Green. HEX triplet: 06, 8E and 4D. RGB value is (6,142,77). Sum of RGB (Red+Green+Blue) = 6+142+77=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #068E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E4D is #F971B2. Grayscale: #5E5E5E. Windows color (decimal): -16347571 or 5082630. OLE color: 5082630.
HSL color Cylindrical-coordinate representation of color #068E4D: hue angle of 151.32º 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 #068E4D is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 77 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.44 |
| HSL | 151.32º | 0.92% | 0.29% | - |
| HSV(B) | 151.32º | 0.96% | 0.56% | - |
| XYZ | 11.09 | 19.92 | 10.28 | - |
| YUV | 93.93 | 118.44 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 77 | 0.96 | 0 | 0.46 | 0.44 | 151.32 | 0.92 | 0.29 |
| Hex | 6 | 8E | 4D | 60 | 0 | 2E | 2C | 97 | 5C | 1D |
| Octal | 6 | 216 | 115 | 140 | 0 | 56 | 54 | 227 | 134 | 35 |
| Binary | 110 | 10001110 | 1001101 | 1100000 | 0 | 101110 | 101100 | 10010111 | 1011100 | 11101 |
Color Harmonies of #068E4D
Complementary color
Monochromatic Colors of #068E4D
Black with #068E4D
Text Example
Text Example
White with #068E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E4D; }
p { color: rgb(6,142,77); }
H1.HeaderClassName
{
color: #068E4D;
}
.AnyTagClassName
{
color: #068E4D;
}
</style>
background-color css
<style>
a { background-color: #068E4D; }
a { background-color: rgb(6,142,77); }
div.DivClassName
{
background-color: #068E4D;
}
.BgClassName
{
background-color: #068E4D;
}
</style>
border-color css
<style>
span { border-color: #068E4D; }
span { border-color: rgb(6,142,77); }
td.TdClassName
{
border-color: #068E4D;
}
.TagClassName
{
border-color: #068E4D;
}
</style>