Shades of Pastel Green #6BD876
Tints of Pastel Green #6BD876
RGB
CMYK
RGB Variations
Color information
#6BD876 (or 0x6BD876) is known color: Pastel Green. HEX triplet: 6B, D8 and 76. RGB value is (107,216,118). Sum of RGB (Red+Green+Blue) = 107+216+118=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD876 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD876 is #942789. Grayscale: #ACACAC. Windows color (decimal): -9709450 or 7788651. OLE color: 7788651.
HSL color Cylindrical-coordinate representation of color #6BD876: hue angle of 126.06º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD876 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 216 | 118 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.15 |
| HSL | 126.06º | 0.58% | 0.63% | - |
| HSV(B) | 126.06º | 0.5% | 0.85% | - |
| XYZ | 33.89 | 53.55 | 25.69 | - |
| YUV | 172.24 | 97.39 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 216 | 118 | 0.50 | 0 | 0.45 | 0.15 | 126.06 | 0.58 | 0.63 |
| Hex | 6B | D8 | 76 | 32 | 0 | 2D | F | 7E | 3A | 3F |
| Octal | 153 | 330 | 166 | 62 | 0 | 55 | 17 | 176 | 72 | 77 |
| Binary | 1101011 | 11011000 | 1110110 | 110010 | 0 | 101101 | 1111 | 1111110 | 111010 | 111111 |
Color Harmonies of #6BD876
Complementary color
Monochromatic Colors of #6BD876
Black with #6BD876
Text Example
Text Example
White with #6BD876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD876; }
p { color: rgb(107,216,118); }
H1.HeaderClassName
{
color: #6BD876;
}
.AnyTagClassName
{
color: #6BD876;
}
</style>
background-color css
<style>
a { background-color: #6BD876; }
a { background-color: rgb(107,216,118); }
div.DivClassName
{
background-color: #6BD876;
}
.BgClassName
{
background-color: #6BD876;
}
</style>
border-color css
<style>
span { border-color: #6BD876; }
span { border-color: rgb(107,216,118); }
td.TdClassName
{
border-color: #6BD876;
}
.TagClassName
{
border-color: #6BD876;
}
</style>