Shades of Pigment Green #068E3C
Tints of Pigment Green #068E3C
RGB
CMYK
RGB Variations
Color information
#068E3C (or 0x068E3C) is known color: Pigment Green. HEX triplet: 06, 8E and 3C. RGB value is (6,142,60). Sum of RGB (Red+Green+Blue) = 6+142+60=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #068E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068E3C is #F971C3. Grayscale: #5C5C5C. Windows color (decimal): -16347588 or 3968518. OLE color: 3968518.
HSL color Cylindrical-coordinate representation of color #068E3C: hue angle of 143.82º 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 #068E3C is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 60 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.44 |
| HSL | 143.82º | 0.92% | 0.29% | - |
| HSV(B) | 143.82º | 0.96% | 0.56% | - |
| XYZ | 10.56 | 19.71 | 7.52 | - |
| YUV | 91.99 | 109.94 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 60 | 0.96 | 0 | 0.58 | 0.44 | 143.82 | 0.92 | 0.29 |
| Hex | 6 | 8E | 3C | 60 | 0 | 3A | 2C | 90 | 5C | 1D |
| Octal | 6 | 216 | 74 | 140 | 0 | 72 | 54 | 220 | 134 | 35 |
| Binary | 110 | 10001110 | 111100 | 1100000 | 0 | 111010 | 101100 | 10010000 | 1011100 | 11101 |
Color Harmonies of #068E3C
Complementary color
Monochromatic Colors of #068E3C
Black with #068E3C
Text Example
Text Example
White with #068E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E3C; }
p { color: rgb(6,142,60); }
H1.HeaderClassName
{
color: #068E3C;
}
.AnyTagClassName
{
color: #068E3C;
}
</style>
background-color css
<style>
a { background-color: #068E3C; }
a { background-color: rgb(6,142,60); }
div.DivClassName
{
background-color: #068E3C;
}
.BgClassName
{
background-color: #068E3C;
}
</style>
border-color css
<style>
span { border-color: #068E3C; }
span { border-color: rgb(6,142,60); }
td.TdClassName
{
border-color: #068E3C;
}
.TagClassName
{
border-color: #068E3C;
}
</style>