Shades of Pastel Green #6BD669
Tints of Pastel Green #6BD669
RGB
CMYK
RGB Variations
Color information
#6BD669 (or 0x6BD669) is known color: Pastel Green. HEX triplet: 6B, D6 and 69. RGB value is (107,214,105). Sum of RGB (Red+Green+Blue) = 107+214+105=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD669 is #942996. Grayscale: #A9A9A9. Windows color (decimal): -9709975 or 6936171. OLE color: 6936171.
HSL color Cylindrical-coordinate representation of color #6BD669: hue angle of 118.9º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD669 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 214 | 105 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.16 |
| HSL | 118.9º | 0.57% | 0.63% | - |
| HSV(B) | 118.9º | 0.51% | 0.84% | - |
| XYZ | 32.66 | 52.24 | 21.73 | - |
| YUV | 169.58 | 91.55 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 214 | 105 | 0.50 | 0 | 0.51 | 0.16 | 118.9 | 0.57 | 0.63 |
| Hex | 6B | D6 | 69 | 32 | 0 | 33 | 10 | 77 | 39 | 3F |
| Octal | 153 | 326 | 151 | 62 | 0 | 63 | 20 | 167 | 71 | 77 |
| Binary | 1101011 | 11010110 | 1101001 | 110010 | 0 | 110011 | 10000 | 1110111 | 111001 | 111111 |
Color Harmonies of #6BD669
Complementary color
Monochromatic Colors of #6BD669
Black with #6BD669
Text Example
Text Example
White with #6BD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD669; }
p { color: rgb(107,214,105); }
H1.HeaderClassName
{
color: #6BD669;
}
.AnyTagClassName
{
color: #6BD669;
}
</style>
background-color css
<style>
a { background-color: #6BD669; }
a { background-color: rgb(107,214,105); }
div.DivClassName
{
background-color: #6BD669;
}
.BgClassName
{
background-color: #6BD669;
}
</style>
border-color css
<style>
span { border-color: #6BD669; }
span { border-color: rgb(107,214,105); }
td.TdClassName
{
border-color: #6BD669;
}
.TagClassName
{
border-color: #6BD669;
}
</style>