Shades of Pastel Green #69D673
Tints of Pastel Green #69D673
RGB
CMYK
RGB Variations
Color information
#69D673 (or 0x69D673) is known color: Pastel Green. HEX triplet: 69, D6 and 73. RGB value is (105,214,115). Sum of RGB (Red+Green+Blue) = 105+214+115=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #69D673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D673 is #96298C. Grayscale: #AAAAAA. Windows color (decimal): -9841037 or 7591529. OLE color: 7591529.
HSL color Cylindrical-coordinate representation of color #69D673: hue angle of 125.5º 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 #69D673 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 115 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.16 |
| HSL | 125.5º | 0.57% | 0.63% | - |
| HSV(B) | 125.5º | 0.51% | 0.84% | - |
| XYZ | 32.97 | 52.33 | 24.58 | - |
| YUV | 170.12 | 96.89 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 115 | 0.51 | 0 | 0.46 | 0.16 | 125.5 | 0.57 | 0.63 |
| Hex | 69 | D6 | 73 | 33 | 0 | 2E | 10 | 7E | 39 | 3F |
| Octal | 151 | 326 | 163 | 63 | 0 | 56 | 20 | 176 | 71 | 77 |
| Binary | 1101001 | 11010110 | 1110011 | 110011 | 0 | 101110 | 10000 | 1111110 | 111001 | 111111 |
Color Harmonies of #69D673
Complementary color
Monochromatic Colors of #69D673
Black with #69D673
Text Example
Text Example
White with #69D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D673; }
p { color: rgb(105,214,115); }
H1.HeaderClassName
{
color: #69D673;
}
.AnyTagClassName
{
color: #69D673;
}
</style>
background-color css
<style>
a { background-color: #69D673; }
a { background-color: rgb(105,214,115); }
div.DivClassName
{
background-color: #69D673;
}
.BgClassName
{
background-color: #69D673;
}
</style>
border-color css
<style>
span { border-color: #69D673; }
span { border-color: rgb(105,214,115); }
td.TdClassName
{
border-color: #69D673;
}
.TagClassName
{
border-color: #69D673;
}
</style>