Shades of Pastel Green #69D769
Tints of Pastel Green #69D769
RGB
CMYK
RGB Variations
Color information
#69D769 (or 0x69D769) is known color: Pastel Green. HEX triplet: 69, D7 and 69. RGB value is (105,215,105). Sum of RGB (Red+Green+Blue) = 105+215+105=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #69D769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D769 is #962896. Grayscale: #A9A9A9. Windows color (decimal): -9840791 or 6936425. OLE color: 6936425.
HSL color Cylindrical-coordinate representation of color #69D769: hue angle of 120º degrees, saturation: 0.58, 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 #69D769 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 215 | 105 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.16 |
| HSL | 120º | 0.58% | 0.63% | - |
| HSV(B) | 120º | 0.51% | 0.84% | - |
| XYZ | 32.68 | 52.62 | 21.8 | - |
| YUV | 169.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 215 | 105 | 0.51 | 0 | 0.51 | 0.16 | 120 | 0.58 | 0.63 |
| Hex | 69 | D7 | 69 | 33 | 0 | 33 | 10 | 78 | 3A | 3F |
| Octal | 151 | 327 | 151 | 63 | 0 | 63 | 20 | 170 | 72 | 77 |
| Binary | 1101001 | 11010111 | 1101001 | 110011 | 0 | 110011 | 10000 | 1111000 | 111010 | 111111 |
Color Harmonies of #69D769
Complementary color
Monochromatic Colors of #69D769
Black with #69D769
Text Example
Text Example
White with #69D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D769; }
p { color: rgb(105,215,105); }
H1.HeaderClassName
{
color: #69D769;
}
.AnyTagClassName
{
color: #69D769;
}
</style>
background-color css
<style>
a { background-color: #69D769; }
a { background-color: rgb(105,215,105); }
div.DivClassName
{
background-color: #69D769;
}
.BgClassName
{
background-color: #69D769;
}
</style>
border-color css
<style>
span { border-color: #69D769; }
span { border-color: rgb(105,215,105); }
td.TdClassName
{
border-color: #69D769;
}
.TagClassName
{
border-color: #69D769;
}
</style>