Shades of Pastel Green #76CB6D
Tints of Pastel Green #76CB6D
RGB
CMYK
RGB Variations
Color information
#76CB6D (or 0x76CB6D) is known color: Pastel Green. HEX triplet: 76, CB and 6D. RGB value is (118,203,109). Sum of RGB (Red+Green+Blue) = 118+203+109=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB6D is #893492. Grayscale: #A7A7A7. Windows color (decimal): -8991891 or 7195510. OLE color: 7195510.
HSL color Cylindrical-coordinate representation of color #76CB6D: hue angle of 114.26º 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 #76CB6D is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 109 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.20 |
| HSL | 114.26º | 0.47% | 0.61% | - |
| HSV(B) | 114.26º | 0.46% | 0.8% | - |
| XYZ | 31.59 | 47.67 | 22 | - |
| YUV | 166.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 109 | 0.42 | 0 | 0.46 | 0.20 | 114.26 | 0.47 | 0.61 |
| Hex | 76 | CB | 6D | 2A | 0 | 2E | 14 | 72 | 2F | 3D |
| Octal | 166 | 313 | 155 | 52 | 0 | 56 | 24 | 162 | 57 | 75 |
| Binary | 1110110 | 11001011 | 1101101 | 101010 | 0 | 101110 | 10100 | 1110010 | 101111 | 111101 |
Color Harmonies of #76CB6D
Complementary color
Monochromatic Colors of #76CB6D
Black with #76CB6D
Text Example
Text Example
White with #76CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB6D; }
p { color: rgb(118,203,109); }
H1.HeaderClassName
{
color: #76CB6D;
}
.AnyTagClassName
{
color: #76CB6D;
}
</style>
background-color css
<style>
a { background-color: #76CB6D; }
a { background-color: rgb(118,203,109); }
div.DivClassName
{
background-color: #76CB6D;
}
.BgClassName
{
background-color: #76CB6D;
}
</style>
border-color css
<style>
span { border-color: #76CB6D; }
span { border-color: rgb(118,203,109); }
td.TdClassName
{
border-color: #76CB6D;
}
.TagClassName
{
border-color: #76CB6D;
}
</style>