Shades of Pastel Green #75C676
Tints of Pastel Green #75C676
RGB
CMYK
RGB Variations
Color information
#75C676 (or 0x75C676) is known color: Pastel Green. HEX triplet: 75, C6 and 76. RGB value is (117,198,118). Sum of RGB (Red+Green+Blue) = 117+198+118=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #75C676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C676 is #8A3989. Grayscale: #A4A4A4. Windows color (decimal): -9058698 or 7784053. OLE color: 7784053.
HSL color Cylindrical-coordinate representation of color #75C676: hue angle of 120.74º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C676 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 118 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.22 |
| HSL | 120.74º | 0.42% | 0.62% | - |
| HSV(B) | 120.74º | 0.41% | 0.78% | - |
| XYZ | 30.8 | 45.48 | 24.29 | - |
| YUV | 164.66 | 101.66 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 118 | 0.41 | 0 | 0.40 | 0.22 | 120.74 | 0.42 | 0.62 |
| Hex | 75 | C6 | 76 | 29 | 0 | 28 | 16 | 79 | 2A | 3E |
| Octal | 165 | 306 | 166 | 51 | 0 | 50 | 26 | 171 | 52 | 76 |
| Binary | 1110101 | 11000110 | 1110110 | 101001 | 0 | 101000 | 10110 | 1111001 | 101010 | 111110 |
Color Harmonies of #75C676
Complementary color
Monochromatic Colors of #75C676
Black with #75C676
Text Example
Text Example
White with #75C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C676; }
p { color: rgb(117,198,118); }
H1.HeaderClassName
{
color: #75C676;
}
.AnyTagClassName
{
color: #75C676;
}
</style>
background-color css
<style>
a { background-color: #75C676; }
a { background-color: rgb(117,198,118); }
div.DivClassName
{
background-color: #75C676;
}
.BgClassName
{
background-color: #75C676;
}
</style>
border-color css
<style>
span { border-color: #75C676; }
span { border-color: rgb(117,198,118); }
td.TdClassName
{
border-color: #75C676;
}
.TagClassName
{
border-color: #75C676;
}
</style>