Shades of Pastel Green #6BCC7A
Tints of Pastel Green #6BCC7A
RGB
CMYK
RGB Variations
Color information
#6BCC7A (or 0x6BCC7A) is known color: Pastel Green. HEX triplet: 6B, CC and 7A. RGB value is (107,204,122). Sum of RGB (Red+Green+Blue) = 107+204+122=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCC7A is #943385. Grayscale: #A5A5A5. Windows color (decimal): -9712518 or 8047723. OLE color: 8047723.
HSL color Cylindrical-coordinate representation of color #6BCC7A: hue angle of 129.28º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCC7A is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 122 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.2 |
| HSL | 129.28º | 0.49% | 0.61% | - |
| HSV(B) | 129.28º | 0.48% | 0.8% | - |
| XYZ | 31.17 | 47.72 | 25.98 | - |
| YUV | 165.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 122 | 0.48 | 0 | 0.40 | 0.2 | 129.28 | 0.49 | 0.61 |
| Hex | 6B | CC | 7A | 30 | 0 | 28 | 14 | 81 | 31 | 3D |
| Octal | 153 | 314 | 172 | 60 | 0 | 50 | 24 | 201 | 61 | 75 |
| Binary | 1101011 | 11001100 | 1111010 | 110000 | 0 | 101000 | 10100 | 10000001 | 110001 | 111101 |
Color Harmonies of #6BCC7A
Complementary color
Monochromatic Colors of #6BCC7A
Black with #6BCC7A
Text Example
Text Example
White with #6BCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC7A; }
p { color: rgb(107,204,122); }
H1.HeaderClassName
{
color: #6BCC7A;
}
.AnyTagClassName
{
color: #6BCC7A;
}
</style>
background-color css
<style>
a { background-color: #6BCC7A; }
a { background-color: rgb(107,204,122); }
div.DivClassName
{
background-color: #6BCC7A;
}
.BgClassName
{
background-color: #6BCC7A;
}
</style>
border-color css
<style>
span { border-color: #6BCC7A; }
span { border-color: rgb(107,204,122); }
td.TdClassName
{
border-color: #6BCC7A;
}
.TagClassName
{
border-color: #6BCC7A;
}
</style>