Shades of Pastel Green #69D07C
Tints of Pastel Green #69D07C
RGB
CMYK
RGB Variations
Color information
#69D07C (or 0x69D07C) is known color: Pastel Green. HEX triplet: 69, D0 and 7C. RGB value is (105,208,124). Sum of RGB (Red+Green+Blue) = 105+208+124=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #69D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D07C is #962F83. Grayscale: #A7A7A7. Windows color (decimal): -9842564 or 8179817. OLE color: 8179817.
HSL color Cylindrical-coordinate representation of color #69D07C: hue angle of 131.07º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D07C is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 124 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.18 |
| HSL | 131.07º | 0.52% | 0.61% | - |
| HSV(B) | 131.07º | 0.5% | 0.82% | - |
| XYZ | 32.02 | 49.57 | 26.95 | - |
| YUV | 167.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 124 | 0.50 | 0 | 0.40 | 0.18 | 131.07 | 0.52 | 0.61 |
| Hex | 69 | D0 | 7C | 32 | 0 | 28 | 12 | 83 | 34 | 3D |
| Octal | 151 | 320 | 174 | 62 | 0 | 50 | 22 | 203 | 64 | 75 |
| Binary | 1101001 | 11010000 | 1111100 | 110010 | 0 | 101000 | 10010 | 10000011 | 110100 | 111101 |
Color Harmonies of #69D07C
Complementary color
Monochromatic Colors of #69D07C
Black with #69D07C
Text Example
Text Example
White with #69D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D07C; }
p { color: rgb(105,208,124); }
H1.HeaderClassName
{
color: #69D07C;
}
.AnyTagClassName
{
color: #69D07C;
}
</style>
background-color css
<style>
a { background-color: #69D07C; }
a { background-color: rgb(105,208,124); }
div.DivClassName
{
background-color: #69D07C;
}
.BgClassName
{
background-color: #69D07C;
}
</style>
border-color css
<style>
span { border-color: #69D07C; }
span { border-color: rgb(105,208,124); }
td.TdClassName
{
border-color: #69D07C;
}
.TagClassName
{
border-color: #69D07C;
}
</style>