Shades of Pastel Green #72C769
Tints of Pastel Green #72C769
RGB
CMYK
RGB Variations
Color information
#72C769 (or 0x72C769) is known color: Pastel Green. HEX triplet: 72, C7 and 69. RGB value is (114,199,105). Sum of RGB (Red+Green+Blue) = 114+199+105=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #72C769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C769 is #8D3896. Grayscale: #A3A3A3. Windows color (decimal): -9255063 or 6932338. OLE color: 6932338.
HSL color Cylindrical-coordinate representation of color #72C769: hue angle of 114.26º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72C769 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 199 | 105 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.22 |
| HSL | 114.26º | 0.46% | 0.6% | - |
| HSV(B) | 114.26º | 0.47% | 0.78% | - |
| XYZ | 29.91 | 45.44 | 20.56 | - |
| YUV | 162.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 199 | 105 | 0.43 | 0 | 0.47 | 0.22 | 114.26 | 0.46 | 0.6 |
| Hex | 72 | C7 | 69 | 2B | 0 | 2F | 16 | 72 | 2E | 3C |
| Octal | 162 | 307 | 151 | 53 | 0 | 57 | 26 | 162 | 56 | 74 |
| Binary | 1110010 | 11000111 | 1101001 | 101011 | 0 | 101111 | 10110 | 1110010 | 101110 | 111100 |
Color Harmonies of #72C769
Complementary color
Monochromatic Colors of #72C769
Black with #72C769
Text Example
Text Example
White with #72C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C769; }
p { color: rgb(114,199,105); }
H1.HeaderClassName
{
color: #72C769;
}
.AnyTagClassName
{
color: #72C769;
}
</style>
background-color css
<style>
a { background-color: #72C769; }
a { background-color: rgb(114,199,105); }
div.DivClassName
{
background-color: #72C769;
}
.BgClassName
{
background-color: #72C769;
}
</style>
border-color css
<style>
span { border-color: #72C769; }
span { border-color: rgb(114,199,105); }
td.TdClassName
{
border-color: #72C769;
}
.TagClassName
{
border-color: #72C769;
}
</style>