Shades of Pastel Green #69E672
Tints of Pastel Green #69E672
RGB
CMYK
RGB Variations
Color information
#69E672 (or 0x69E672) is known color: Pastel Green. HEX triplet: 69, E6 and 72. RGB value is (105,230,114). Sum of RGB (Red+Green+Blue) = 105+230+114=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #69E672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E672 is #96198D. Grayscale: #B3B3B3. Windows color (decimal): -9836942 or 7530089. OLE color: 7530089.
HSL color Cylindrical-coordinate representation of color #69E672: hue angle of 124.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E672 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 230 | 114 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.10 |
| HSL | 124.32º | 0.71% | 0.66% | - |
| HSV(B) | 124.32º | 0.54% | 0.9% | - |
| XYZ | 37.16 | 60.81 | 25.7 | - |
| YUV | 179.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 230 | 114 | 0.54 | 0 | 0.50 | 0.10 | 124.32 | 0.71 | 0.66 |
| Hex | 69 | E6 | 72 | 36 | 0 | 32 | A | 7C | 47 | 42 |
| Octal | 151 | 346 | 162 | 66 | 0 | 62 | 12 | 174 | 107 | 102 |
| Binary | 1101001 | 11100110 | 1110010 | 110110 | 0 | 110010 | 1010 | 1111100 | 1000111 | 1000010 |
Color Harmonies of #69E672
Complementary color
Monochromatic Colors of #69E672
Black with #69E672
Text Example
Text Example
White with #69E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E672; }
p { color: rgb(105,230,114); }
H1.HeaderClassName
{
color: #69E672;
}
.AnyTagClassName
{
color: #69E672;
}
</style>
background-color css
<style>
a { background-color: #69E672; }
a { background-color: rgb(105,230,114); }
div.DivClassName
{
background-color: #69E672;
}
.BgClassName
{
background-color: #69E672;
}
</style>
border-color css
<style>
span { border-color: #69E672; }
span { border-color: rgb(105,230,114); }
td.TdClassName
{
border-color: #69E672;
}
.TagClassName
{
border-color: #69E672;
}
</style>