Shades of Pigment Green #06B85D
Tints of Pigment Green #06B85D
RGB
CMYK
RGB Variations
Color information
#06B85D (or 0x06B85D) is known color: Pigment Green. HEX triplet: 06, B8 and 5D. RGB value is (6,184,93). Sum of RGB (Red+Green+Blue) = 6+184+93=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #06B85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B85D is #F947A2. Grayscale: #787878. Windows color (decimal): -16336803 or 6141958. OLE color: 6141958.
HSL color Cylindrical-coordinate representation of color #06B85D: hue angle of 149.33º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B85D is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 184 | 93 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.28 |
| HSL | 149.33º | 0.94% | 0.37% | - |
| HSV(B) | 149.33º | 0.97% | 0.72% | - |
| XYZ | 19.19 | 35.11 | 16.12 | - |
| YUV | 120.4 | 112.53 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 93 | 0.97 | 0 | 0.49 | 0.28 | 149.33 | 0.94 | 0.37 |
| Hex | 6 | B8 | 5D | 61 | 0 | 31 | 1C | 95 | 5E | 25 |
| Octal | 6 | 270 | 135 | 141 | 0 | 61 | 34 | 225 | 136 | 45 |
| Binary | 110 | 10111000 | 1011101 | 1100001 | 0 | 110001 | 11100 | 10010101 | 1011110 | 100101 |
Color Harmonies of #06B85D
Complementary color
Monochromatic Colors of #06B85D
Black with #06B85D
Text Example
Text Example
White with #06B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B85D; }
p { color: rgb(6,184,93); }
H1.HeaderClassName
{
color: #06B85D;
}
.AnyTagClassName
{
color: #06B85D;
}
</style>
background-color css
<style>
a { background-color: #06B85D; }
a { background-color: rgb(6,184,93); }
div.DivClassName
{
background-color: #06B85D;
}
.BgClassName
{
background-color: #06B85D;
}
</style>
border-color css
<style>
span { border-color: #06B85D; }
span { border-color: rgb(6,184,93); }
td.TdClassName
{
border-color: #06B85D;
}
.TagClassName
{
border-color: #06B85D;
}
</style>