Shades of Pastel Green #7ACB75
Tints of Pastel Green #7ACB75
RGB
CMYK
RGB Variations
Color information
#7ACB75 (or 0x7ACB75) is known color: Pastel Green. HEX triplet: 7A, CB and 75. RGB value is (122,203,117). Sum of RGB (Red+Green+Blue) = 122+203+117=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB75 is #85348A. Grayscale: #A9A9A9. Windows color (decimal): -8729739 or 7719802. OLE color: 7719802.
HSL color Cylindrical-coordinate representation of color #7ACB75: hue angle of 116.51º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ACB75 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 117 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.20 |
| HSL | 116.51º | 0.45% | 0.63% | - |
| HSV(B) | 116.51º | 0.42% | 0.8% | - |
| XYZ | 32.59 | 48.13 | 24.4 | - |
| YUV | 168.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 117 | 0.40 | 0 | 0.42 | 0.20 | 116.51 | 0.45 | 0.63 |
| Hex | 7A | CB | 75 | 28 | 0 | 2A | 14 | 75 | 2D | 3F |
| Octal | 172 | 313 | 165 | 50 | 0 | 52 | 24 | 165 | 55 | 77 |
| Binary | 1111010 | 11001011 | 1110101 | 101000 | 0 | 101010 | 10100 | 1110101 | 101101 | 111111 |
Color Harmonies of #7ACB75
Complementary color
Monochromatic Colors of #7ACB75
Black with #7ACB75
Text Example
Text Example
White with #7ACB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB75; }
p { color: rgb(122,203,117); }
H1.HeaderClassName
{
color: #7ACB75;
}
.AnyTagClassName
{
color: #7ACB75;
}
</style>
background-color css
<style>
a { background-color: #7ACB75; }
a { background-color: rgb(122,203,117); }
div.DivClassName
{
background-color: #7ACB75;
}
.BgClassName
{
background-color: #7ACB75;
}
</style>
border-color css
<style>
span { border-color: #7ACB75; }
span { border-color: rgb(122,203,117); }
td.TdClassName
{
border-color: #7ACB75;
}
.TagClassName
{
border-color: #7ACB75;
}
</style>