Shades of Pigment Green #068E31
Tints of Pigment Green #068E31
RGB
CMYK
RGB Variations
Color information
#068E31 (or 0x068E31) is known color: Pigment Green. HEX triplet: 06, 8E and 31. RGB value is (6,142,49). Sum of RGB (Red+Green+Blue) = 6+142+49=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 142 (55.86% from 255 or 72.08% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 142 - color contains mainly: green. Hex color #068E31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068E31 is #F971CE. Grayscale: #5A5A5A. Windows color (decimal): -16347599 or 3247622. OLE color: 3247622.
HSL color Cylindrical-coordinate representation of color #068E31: hue angle of 138.97º 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 #068E31 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 49 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.44 |
| HSL | 138.97º | 0.92% | 0.29% | - |
| HSV(B) | 138.97º | 0.96% | 0.56% | - |
| XYZ | 10.3 | 19.61 | 6.15 | - |
| YUV | 90.73 | 104.44 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 49 | 0.96 | 0 | 0.65 | 0.44 | 138.97 | 0.92 | 0.29 |
| Hex | 6 | 8E | 31 | 60 | 0 | 41 | 2C | 8B | 5C | 1D |
| Octal | 6 | 216 | 61 | 140 | 0 | 101 | 54 | 213 | 134 | 35 |
| Binary | 110 | 10001110 | 110001 | 1100000 | 0 | 1000001 | 101100 | 10001011 | 1011100 | 11101 |
Color Harmonies of #068E31
Complementary color
Monochromatic Colors of #068E31
Black with #068E31
Text Example
Text Example
White with #068E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E31; }
p { color: rgb(6,142,49); }
H1.HeaderClassName
{
color: #068E31;
}
.AnyTagClassName
{
color: #068E31;
}
</style>
background-color css
<style>
a { background-color: #068E31; }
a { background-color: rgb(6,142,49); }
div.DivClassName
{
background-color: #068E31;
}
.BgClassName
{
background-color: #068E31;
}
</style>
border-color css
<style>
span { border-color: #068E31; }
span { border-color: rgb(6,142,49); }
td.TdClassName
{
border-color: #068E31;
}
.TagClassName
{
border-color: #068E31;
}
</style>