Shades of Pigment Green #06B256
Tints of Pigment Green #06B256
RGB
CMYK
RGB Variations
Color information
#06B256 (or 0x06B256) is known color: Pigment Green. HEX triplet: 06, B2 and 56. RGB value is (6,178,86). Sum of RGB (Red+Green+Blue) = 6+178+86=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 178 (69.92% from 255 or 65.93% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 178 - color contains mainly: green. Hex color #06B256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B256 is #F94DA9. Grayscale: #747474. Windows color (decimal): -16338346 or 5681670. OLE color: 5681670.
HSL color Cylindrical-coordinate representation of color #06B256: hue angle of 147.91º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B256 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 178 | 86 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.30 |
| HSL | 147.91º | 0.93% | 0.36% | - |
| HSV(B) | 147.91º | 0.97% | 0.7% | - |
| XYZ | 17.68 | 32.55 | 14.16 | - |
| YUV | 116.08 | 111.02 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 86 | 0.97 | 0 | 0.52 | 0.30 | 147.91 | 0.93 | 0.36 |
| Hex | 6 | B2 | 56 | 61 | 0 | 34 | 1E | 94 | 5D | 24 |
| Octal | 6 | 262 | 126 | 141 | 0 | 64 | 36 | 224 | 135 | 44 |
| Binary | 110 | 10110010 | 1010110 | 1100001 | 0 | 110100 | 11110 | 10010100 | 1011101 | 100100 |
Color Harmonies of #06B256
Complementary color
Monochromatic Colors of #06B256
Black with #06B256
Text Example
Text Example
White with #06B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B256; }
p { color: rgb(6,178,86); }
H1.HeaderClassName
{
color: #06B256;
}
.AnyTagClassName
{
color: #06B256;
}
</style>
background-color css
<style>
a { background-color: #06B256; }
a { background-color: rgb(6,178,86); }
div.DivClassName
{
background-color: #06B256;
}
.BgClassName
{
background-color: #06B256;
}
</style>
border-color css
<style>
span { border-color: #06B256; }
span { border-color: rgb(6,178,86); }
td.TdClassName
{
border-color: #06B256;
}
.TagClassName
{
border-color: #06B256;
}
</style>