Shades of Pastel Green #69D672
Tints of Pastel Green #69D672
RGB
CMYK
RGB Variations
Color information
#69D672 (or 0x69D672) is known color: Pastel Green. HEX triplet: 69, D6 and 72. RGB value is (105,214,114). Sum of RGB (Red+Green+Blue) = 105+214+114=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #69D672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D672 is #96298D. Grayscale: #AAAAAA. Windows color (decimal): -9841038 or 7525993. OLE color: 7525993.
HSL color Cylindrical-coordinate representation of color #69D672: hue angle of 124.95º 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 #69D672 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 114 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.16 |
| HSL | 124.95º | 0.57% | 0.63% | - |
| HSV(B) | 124.95º | 0.51% | 0.84% | - |
| XYZ | 32.91 | 52.31 | 24.28 | - |
| YUV | 170.01 | 96.39 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 114 | 0.51 | 0 | 0.47 | 0.16 | 124.95 | 0.57 | 0.63 |
| Hex | 69 | D6 | 72 | 33 | 0 | 2F | 10 | 7D | 39 | 3F |
| Octal | 151 | 326 | 162 | 63 | 0 | 57 | 20 | 175 | 71 | 77 |
| Binary | 1101001 | 11010110 | 1110010 | 110011 | 0 | 101111 | 10000 | 1111101 | 111001 | 111111 |
Color Harmonies of #69D672
Complementary color
Monochromatic Colors of #69D672
Black with #69D672
Text Example
Text Example
White with #69D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D672; }
p { color: rgb(105,214,114); }
H1.HeaderClassName
{
color: #69D672;
}
.AnyTagClassName
{
color: #69D672;
}
</style>
background-color css
<style>
a { background-color: #69D672; }
a { background-color: rgb(105,214,114); }
div.DivClassName
{
background-color: #69D672;
}
.BgClassName
{
background-color: #69D672;
}
</style>
border-color css
<style>
span { border-color: #69D672; }
span { border-color: rgb(105,214,114); }
td.TdClassName
{
border-color: #69D672;
}
.TagClassName
{
border-color: #69D672;
}
</style>