Shades of Pigment Green #06C05C
Tints of Pigment Green #06C05C
RGB
CMYK
RGB Variations
Color information
#06C05C (or 0x06C05C) is known color: Pigment Green. HEX triplet: 06, C0 and 5C. RGB value is (6,192,92). Sum of RGB (Red+Green+Blue) = 6+192+92=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #06C05C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C05C is #F93FA3. Grayscale: #7D7D7D. Windows color (decimal): -16334756 or 6078470. OLE color: 6078470.
HSL color Cylindrical-coordinate representation of color #06C05C: hue angle of 147.74º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C05C is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 92 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.25 |
| HSL | 147.74º | 0.94% | 0.39% | - |
| HSV(B) | 147.74º | 0.97% | 0.75% | - |
| XYZ | 20.86 | 38.51 | 16.46 | - |
| YUV | 124.99 | 109.38 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 92 | 0.97 | 0 | 0.52 | 0.25 | 147.74 | 0.94 | 0.39 |
| Hex | 6 | C0 | 5C | 61 | 0 | 34 | 19 | 94 | 5E | 27 |
| Octal | 6 | 300 | 134 | 141 | 0 | 64 | 31 | 224 | 136 | 47 |
| Binary | 110 | 11000000 | 1011100 | 1100001 | 0 | 110100 | 11001 | 10010100 | 1011110 | 100111 |
Color Harmonies of #06C05C
Complementary color
Monochromatic Colors of #06C05C
Black with #06C05C
Text Example
Text Example
White with #06C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C05C; }
p { color: rgb(6,192,92); }
H1.HeaderClassName
{
color: #06C05C;
}
.AnyTagClassName
{
color: #06C05C;
}
</style>
background-color css
<style>
a { background-color: #06C05C; }
a { background-color: rgb(6,192,92); }
div.DivClassName
{
background-color: #06C05C;
}
.BgClassName
{
background-color: #06C05C;
}
</style>
border-color css
<style>
span { border-color: #06C05C; }
span { border-color: rgb(6,192,92); }
td.TdClassName
{
border-color: #06C05C;
}
.TagClassName
{
border-color: #06C05C;
}
</style>