#7BCA75

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

Shades of Pastel Green #7BCA75

Tints of Pastel Green #7BCA75

Color information

#7BCA75 (or 0x7BCA75) is unknown color: approx Pastel Green. HEX triplet: 7B, CA and 75. RGB value is (123,202,117). Sum of RGB (Red+Green+Blue) = 123+202+117=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCA75 is #84358A. Grayscale: #A8A8A8. Windows color (decimal): -8664459 or 7719547. OLE color: 7719547.

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

Color convert

RGB123202117-
CMYK0.3900.420.21
HSL115.76º44.5%62.55%-
HSV(B)115.76º42.08%79.22%-
XYZ32.547.7424.33-
YUV168.6998.8395.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.83%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=27.83%
G=45.70%
B=26.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1232021170.3900.420.21115.7644.562.55
Hex7BCA752702A15742d3f
Octal17331216547052251645577
Binary11110111100101011101011001110101010101011110100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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