Shades of Pastel Green #6FC972
Tints of Pastel Green #6FC972
RGB
CMYK
RGB Variations
Color information
#6FC972 (or 0x6FC972) is known color: Pastel Green. HEX triplet: 6F, C9 and 72. RGB value is (111,201,114). Sum of RGB (Red+Green+Blue) = 111+201+114=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC972 is #90368D. Grayscale: #A4A4A4. Windows color (decimal): -9451150 or 7522671. OLE color: 7522671.
HSL color Cylindrical-coordinate representation of color #6FC972: hue angle of 122º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC972 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 201 | 114 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.21 |
| HSL | 122º | 0.45% | 0.61% | - |
| HSV(B) | 122º | 0.45% | 0.79% | - |
| XYZ | 30.48 | 46.37 | 23.26 | - |
| YUV | 164.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 201 | 114 | 0.45 | 0 | 0.43 | 0.21 | 122 | 0.45 | 0.61 |
| Hex | 6F | C9 | 72 | 2D | 0 | 2B | 15 | 7A | 2D | 3D |
| Octal | 157 | 311 | 162 | 55 | 0 | 53 | 25 | 172 | 55 | 75 |
| Binary | 1101111 | 11001001 | 1110010 | 101101 | 0 | 101011 | 10101 | 1111010 | 101101 | 111101 |
Color Harmonies of #6FC972
Complementary color
Monochromatic Colors of #6FC972
Black with #6FC972
Text Example
Text Example
White with #6FC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC972; }
p { color: rgb(111,201,114); }
H1.HeaderClassName
{
color: #6FC972;
}
.AnyTagClassName
{
color: #6FC972;
}
</style>
background-color css
<style>
a { background-color: #6FC972; }
a { background-color: rgb(111,201,114); }
div.DivClassName
{
background-color: #6FC972;
}
.BgClassName
{
background-color: #6FC972;
}
</style>
border-color css
<style>
span { border-color: #6FC972; }
span { border-color: rgb(111,201,114); }
td.TdClassName
{
border-color: #6FC972;
}
.TagClassName
{
border-color: #6FC972;
}
</style>