#72C76B

Color #72C76B Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #72C76B

Tints of Pastel Green #72C76B

Color information

#72C76B (or 0x72C76B) is unknown color: approx Pastel Green. HEX triplet: 72, C7 and 6B. RGB value is (114,199,107). Sum of RGB (Red+Green+Blue) = 114+199+107=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #72C76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C76B is #8D3894. Grayscale: #A3A3A3. Windows color (decimal): -9255061 or 7063410. OLE color: 7063410.

HSL color Cylindrical-coordinate representation of color #72C76B: hue angle of 115.43º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72C76B is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB114199107-
CMYK0.4300.460.22
HSL115.43º45.1%60%-
HSV(B)115.43º46.23%78.04%-
XYZ30.0245.4921.11-
YUV163.196.3492.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 199 (78.12% from 255) = 47.38%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=27.14%
G=47.38%
B=25.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141991070.4300.460.22115.4345.160
Hex72C76B2B02E16732d3c
Octal16230715353056261635574
Binary11100101100011111010111010110101110101101110011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72C76B; }

 p { color: rgb(114,199,107); }

 H1.HeaderClassName
 {
   color: #72C76B;
 }
 .AnyTagClassName
 {
   color: #72C76B;
 }
</style>
background-color css

<style>
 a { background-color: #72C76B; }

 a { background-color: rgb(114,199,107); }

 div.DivClassName
 {
   background-color: #72C76B;
 }
 .BgClassName
 {
   background-color: #72C76B;
 }
</style>
border-color css

<style>
 span { border-color: #72C76B; }

 span { border-color: rgb(114,199,107); }

 td.TdClassName
 {
   border-color: #72C76B;
 }
 .TagClassName
 {
   border-color: #72C76B;
 }
</style>