Shades of Pigment Green #068F44
Tints of Pigment Green #068F44
RGB
CMYK
RGB Variations
Color information
#068F44 (or 0x068F44) is known color: Pigment Green. HEX triplet: 06, 8F and 44. RGB value is (6,143,68). Sum of RGB (Red+Green+Blue) = 6+143+68=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 143 (56.25% from 255 or 65.90% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 143 - color contains mainly: green. Hex color #068F44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068F44 is #F970BB. Grayscale: #5D5D5D. Windows color (decimal): -16347324 or 4493062. OLE color: 4493062.
HSL color Cylindrical-coordinate representation of color #068F44: hue angle of 147.15º 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 #068F44 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 68 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.44 |
| HSL | 147.15º | 0.92% | 0.29% | - |
| HSV(B) | 147.15º | 0.96% | 0.56% | - |
| XYZ | 10.94 | 20.1 | 8.77 | - |
| YUV | 93.49 | 113.61 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 68 | 0.96 | 0 | 0.52 | 0.44 | 147.15 | 0.92 | 0.29 |
| Hex | 6 | 8F | 44 | 60 | 0 | 34 | 2C | 93 | 5C | 1D |
| Octal | 6 | 217 | 104 | 140 | 0 | 64 | 54 | 223 | 134 | 35 |
| Binary | 110 | 10001111 | 1000100 | 1100000 | 0 | 110100 | 101100 | 10010011 | 1011100 | 11101 |
Color Harmonies of #068F44
Complementary color
Monochromatic Colors of #068F44
Black with #068F44
Text Example
Text Example
White with #068F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F44; }
p { color: rgb(6,143,68); }
H1.HeaderClassName
{
color: #068F44;
}
.AnyTagClassName
{
color: #068F44;
}
</style>
background-color css
<style>
a { background-color: #068F44; }
a { background-color: rgb(6,143,68); }
div.DivClassName
{
background-color: #068F44;
}
.BgClassName
{
background-color: #068F44;
}
</style>
border-color css
<style>
span { border-color: #068F44; }
span { border-color: rgb(6,143,68); }
td.TdClassName
{
border-color: #068F44;
}
.TagClassName
{
border-color: #068F44;
}
</style>