Shades of Pastel Green #69DB77
Tints of Pastel Green #69DB77
RGB
CMYK
RGB Variations
Color information
#69DB77 (or 0x69DB77) is known color: Pastel Green. HEX triplet: 69, DB and 77. RGB value is (105,219,119). Sum of RGB (Red+Green+Blue) = 105+219+119=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DB77 is #962488. Grayscale: #ADADAD. Windows color (decimal): -9839753 or 7854953. OLE color: 7854953.
HSL color Cylindrical-coordinate representation of color #69DB77: hue angle of 127.37º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DB77 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 119 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.14 |
| HSL | 127.37º | 0.61% | 0.64% | - |
| HSV(B) | 127.37º | 0.52% | 0.86% | - |
| XYZ | 34.49 | 55 | 26.25 | - |
| YUV | 173.51 | 97.23 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 119 | 0.52 | 0 | 0.46 | 0.14 | 127.37 | 0.61 | 0.64 |
| Hex | 69 | DB | 77 | 34 | 0 | 2E | E | 7F | 3D | 40 |
| Octal | 151 | 333 | 167 | 64 | 0 | 56 | 16 | 177 | 75 | 100 |
| Binary | 1101001 | 11011011 | 1110111 | 110100 | 0 | 101110 | 1110 | 1111111 | 111101 | 1000000 |
Color Harmonies of #69DB77
Complementary color
Monochromatic Colors of #69DB77
Black with #69DB77
Text Example
Text Example
White with #69DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB77; }
p { color: rgb(105,219,119); }
H1.HeaderClassName
{
color: #69DB77;
}
.AnyTagClassName
{
color: #69DB77;
}
</style>
background-color css
<style>
a { background-color: #69DB77; }
a { background-color: rgb(105,219,119); }
div.DivClassName
{
background-color: #69DB77;
}
.BgClassName
{
background-color: #69DB77;
}
</style>
border-color css
<style>
span { border-color: #69DB77; }
span { border-color: rgb(105,219,119); }
td.TdClassName
{
border-color: #69DB77;
}
.TagClassName
{
border-color: #69DB77;
}
</style>