#7BCA72

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

Shades of Pastel Green #7BCA72

Tints of Pastel Green #7BCA72

Color information

#7BCA72 (or 0x7BCA72) is unknown color: approx Pastel Green. HEX triplet: 7B, CA and 72. RGB value is (123,202,114). Sum of RGB (Red+Green+Blue) = 123+202+114=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCA72 is #84358D. Grayscale: #A8A8A8. Windows color (decimal): -8664462 or 7522939. OLE color: 7522939.

HSL color Cylindrical-coordinate representation of color #7BCA72: hue angle of 113.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCA72 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB123202114-
CMYK0.3900.440.21
HSL113.86º45.36%61.96%-
HSV(B)113.86º43.56%79.22%-
XYZ32.3347.6723.42-
YUV168.3597.3395.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.02%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=28.02%
G=46.01%
B=25.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1232021140.3900.440.21113.8645.3661.96
Hex7BCA722702C15722d3e
Octal17331216247054251625576
Binary11110111100101011100101001110101100101011110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BCA72; }

 p { color: rgb(123,202,114); }

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

<style>
 a { background-color: #7BCA72; }

 a { background-color: rgb(123,202,114); }

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

<style>
 span { border-color: #7BCA72; }

 span { border-color: rgb(123,202,114); }

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