Shades of Pigment Green #068E4A
Tints of Pigment Green #068E4A
RGB
CMYK
RGB Variations
Color information
#068E4A (or 0x068E4A) is known color: Pigment Green. HEX triplet: 06, 8E and 4A. RGB value is (6,142,74). Sum of RGB (Red+Green+Blue) = 6+142+74=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 142 (55.86% from 255 or 63.96% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 142 - color contains mainly: green. Hex color #068E4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068E4A is #F971B5. Grayscale: #5D5D5D. Windows color (decimal): -16347574 or 4886022. OLE color: 4886022.
HSL color Cylindrical-coordinate representation of color #068E4A: hue angle of 150º 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 #068E4A is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 74 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.44 |
| HSL | 150º | 0.92% | 0.29% | - |
| HSV(B) | 150º | 0.96% | 0.56% | - |
| XYZ | 10.98 | 19.88 | 9.74 | - |
| YUV | 93.58 | 116.94 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 74 | 0.96 | 0 | 0.48 | 0.44 | 150 | 0.92 | 0.29 |
| Hex | 6 | 8E | 4A | 60 | 0 | 30 | 2C | 96 | 5C | 1D |
| Octal | 6 | 216 | 112 | 140 | 0 | 60 | 54 | 226 | 134 | 35 |
| Binary | 110 | 10001110 | 1001010 | 1100000 | 0 | 110000 | 101100 | 10010110 | 1011100 | 11101 |
Color Harmonies of #068E4A
Complementary color
Monochromatic Colors of #068E4A
Black with #068E4A
Text Example
Text Example
White with #068E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E4A; }
p { color: rgb(6,142,74); }
H1.HeaderClassName
{
color: #068E4A;
}
.AnyTagClassName
{
color: #068E4A;
}
</style>
background-color css
<style>
a { background-color: #068E4A; }
a { background-color: rgb(6,142,74); }
div.DivClassName
{
background-color: #068E4A;
}
.BgClassName
{
background-color: #068E4A;
}
</style>
border-color css
<style>
span { border-color: #068E4A; }
span { border-color: rgb(6,142,74); }
td.TdClassName
{
border-color: #068E4A;
}
.TagClassName
{
border-color: #068E4A;
}
</style>