#7EB050

Color #7EB050 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #7EB050

Tints of Chelsea Cucumber #7EB050

Color information

#7EB050 (or 0x7EB050) is unknown color: approx Chelsea Cucumber. HEX triplet: 7E, B0 and 50. RGB value is (126,176,80). Sum of RGB (Red+Green+Blue) = 126+176+80=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #7EB050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB050 is #814FAF. Grayscale: #969696. Windows color (decimal): -8474544 or 5288062. OLE color: 5288062.

HSL color Cylindrical-coordinate representation of color #7EB050: hue angle of 91.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7EB050 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB12617680-
CMYK0.2800.550.31
HSL91.25º37.8%50.2%-
HSV(B)91.25º54.55%69.02%-
XYZ25.5836.0713.2-
YUV150.1188.44110.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=32.98%
G=46.07%
B=20.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126176800.2800.550.3191.2537.850.2
Hex7EB0501C0371F5b2632
Octal17626012034067371334662
Binary1111110101100001010000111000110111111111011011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,176,80); }

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

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

 a { background-color: rgb(126,176,80); }

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

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

 span { border-color: rgb(126,176,80); }

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