Shades of Pastel Green #6FCB7A
Tints of Pastel Green #6FCB7A
RGB
CMYK
RGB Variations
Color information
#6FCB7A (or 0x6FCB7A) is known color: Pastel Green. HEX triplet: 6F, CB and 7A. RGB value is (111,203,122). Sum of RGB (Red+Green+Blue) = 111+203+122=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCB7A is #903485. Grayscale: #A6A6A6. Windows color (decimal): -9450630 or 8047471. OLE color: 8047471.
HSL color Cylindrical-coordinate representation of color #6FCB7A: hue angle of 127.17º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCB7A is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 122 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.20 |
| HSL | 127.17º | 0.47% | 0.62% | - |
| HSV(B) | 127.17º | 0.45% | 0.8% | - |
| XYZ | 31.42 | 47.5 | 25.92 | - |
| YUV | 166.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 122 | 0.45 | 0 | 0.40 | 0.20 | 127.17 | 0.47 | 0.62 |
| Hex | 6F | CB | 7A | 2D | 0 | 28 | 14 | 7F | 2F | 3E |
| Octal | 157 | 313 | 172 | 55 | 0 | 50 | 24 | 177 | 57 | 76 |
| Binary | 1101111 | 11001011 | 1111010 | 101101 | 0 | 101000 | 10100 | 1111111 | 101111 | 111110 |
Color Harmonies of #6FCB7A
Complementary color
Monochromatic Colors of #6FCB7A
Black with #6FCB7A
Text Example
Text Example
White with #6FCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB7A; }
p { color: rgb(111,203,122); }
H1.HeaderClassName
{
color: #6FCB7A;
}
.AnyTagClassName
{
color: #6FCB7A;
}
</style>
background-color css
<style>
a { background-color: #6FCB7A; }
a { background-color: rgb(111,203,122); }
div.DivClassName
{
background-color: #6FCB7A;
}
.BgClassName
{
background-color: #6FCB7A;
}
</style>
border-color css
<style>
span { border-color: #6FCB7A; }
span { border-color: rgb(111,203,122); }
td.TdClassName
{
border-color: #6FCB7A;
}
.TagClassName
{
border-color: #6FCB7A;
}
</style>