Shades of Pastel Green #6DCB76
Tints of Pastel Green #6DCB76
RGB
CMYK
RGB Variations
Color information
#6DCB76 (or 0x6DCB76) is known color: Pastel Green. HEX triplet: 6D, CB and 76. RGB value is (109,203,118). Sum of RGB (Red+Green+Blue) = 109+203+118=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB76 is #923489. Grayscale: #A5A5A5. Windows color (decimal): -9581706 or 7785325. OLE color: 7785325.
HSL color Cylindrical-coordinate representation of color #6DCB76: hue angle of 125.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCB76 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 118 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.20 |
| HSL | 125.74º | 0.47% | 0.61% | - |
| HSV(B) | 125.74º | 0.46% | 0.8% | - |
| XYZ | 30.93 | 47.27 | 24.63 | - |
| YUV | 165.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 118 | 0.46 | 0 | 0.42 | 0.20 | 125.74 | 0.47 | 0.61 |
| Hex | 6D | CB | 76 | 2E | 0 | 2A | 14 | 7E | 2F | 3D |
| Octal | 155 | 313 | 166 | 56 | 0 | 52 | 24 | 176 | 57 | 75 |
| Binary | 1101101 | 11001011 | 1110110 | 101110 | 0 | 101010 | 10100 | 1111110 | 101111 | 111101 |
Color Harmonies of #6DCB76
Complementary color
Monochromatic Colors of #6DCB76
Black with #6DCB76
Text Example
Text Example
White with #6DCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB76; }
p { color: rgb(109,203,118); }
H1.HeaderClassName
{
color: #6DCB76;
}
.AnyTagClassName
{
color: #6DCB76;
}
</style>
background-color css
<style>
a { background-color: #6DCB76; }
a { background-color: rgb(109,203,118); }
div.DivClassName
{
background-color: #6DCB76;
}
.BgClassName
{
background-color: #6DCB76;
}
</style>
border-color css
<style>
span { border-color: #6DCB76; }
span { border-color: rgb(109,203,118); }
td.TdClassName
{
border-color: #6DCB76;
}
.TagClassName
{
border-color: #6DCB76;
}
</style>