Shades of Pigment Green #068F3A
Tints of Pigment Green #068F3A
RGB
CMYK
RGB Variations
Color information
#068F3A (or 0x068F3A) is known color: Pigment Green. HEX triplet: 06, 8F and 3A. RGB value is (6,143,58). Sum of RGB (Red+Green+Blue) = 6+143+58=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 143 (56.25% from 255 or 69.08% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 143 - color contains mainly: green. Hex color #068F3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068F3A is #F970C5. Grayscale: #5C5C5C. Windows color (decimal): -16347334 or 3837702. OLE color: 3837702.
HSL color Cylindrical-coordinate representation of color #068F3A: hue angle of 142.77º 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 #068F3A is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 58 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.44 |
| HSL | 142.77º | 0.92% | 0.29% | - |
| HSV(B) | 142.77º | 0.96% | 0.56% | - |
| XYZ | 10.66 | 19.99 | 7.3 | - |
| YUV | 92.35 | 108.61 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 58 | 0.96 | 0 | 0.59 | 0.44 | 142.77 | 0.92 | 0.29 |
| Hex | 6 | 8F | 3A | 60 | 0 | 3B | 2C | 8F | 5C | 1D |
| Octal | 6 | 217 | 72 | 140 | 0 | 73 | 54 | 217 | 134 | 35 |
| Binary | 110 | 10001111 | 111010 | 1100000 | 0 | 111011 | 101100 | 10001111 | 1011100 | 11101 |
Color Harmonies of #068F3A
Complementary color
Monochromatic Colors of #068F3A
Black with #068F3A
Text Example
Text Example
White with #068F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F3A; }
p { color: rgb(6,143,58); }
H1.HeaderClassName
{
color: #068F3A;
}
.AnyTagClassName
{
color: #068F3A;
}
</style>
background-color css
<style>
a { background-color: #068F3A; }
a { background-color: rgb(6,143,58); }
div.DivClassName
{
background-color: #068F3A;
}
.BgClassName
{
background-color: #068F3A;
}
</style>
border-color css
<style>
span { border-color: #068F3A; }
span { border-color: rgb(6,143,58); }
td.TdClassName
{
border-color: #068F3A;
}
.TagClassName
{
border-color: #068F3A;
}
</style>