#76CB72

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

Shades of Pastel Green #76CB72

Tints of Pastel Green #76CB72

Color information

#76CB72 (or 0x76CB72) is unknown color: approx Pastel Green. HEX triplet: 76, CB and 72. RGB value is (118,203,114). Sum of RGB (Red+Green+Blue) = 118+203+114=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB72 is #89348D. Grayscale: #A7A7A7. Windows color (decimal): -8991886 or 7523190. OLE color: 7523190.

HSL color Cylindrical-coordinate representation of color #76CB72: hue angle of 117.3º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76CB72 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB118203114-
CMYK0.4200.440.20
HSL117.3º46.11%62.16%-
HSV(B)117.3º43.84%79.61%-
XYZ31.8647.7823.46-
YUV167.4497.8492.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=27.13%
G=46.67%
B=26.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182031140.4200.440.20117.346.1162.16
Hex76CB722A02C14752e3e
Octal16631316252054241655676
Binary11101101100101111100101010100101100101001110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76CB72; }

 p { color: rgb(118,203,114); }

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

<style>
 a { background-color: #76CB72; }

 a { background-color: rgb(118,203,114); }

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

<style>
 span { border-color: #76CB72; }

 span { border-color: rgb(118,203,114); }

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