#7CBC80

Color #7CBC80 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7CBC80

Tints of De York #7CBC80

Color information

#7CBC80 (or 0x7CBC80) is unknown color: approx De York. HEX triplet: 7C, BC and 80. RGB value is (124,188,128). Sum of RGB (Red+Green+Blue) = 124+188+128=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC80 is #83437F. Grayscale: #A2A2A2. Windows color (decimal): -8602496 or 8436860. OLE color: 8436860.

HSL color Cylindrical-coordinate representation of color #7CBC80: hue angle of 123.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC80 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB124188128-
CMYK0.3400.320.26
HSL123.75º32.32%61.18%-
HSV(B)123.75º34.04%73.73%-
XYZ30.1941.8126.9-
YUV162.02108.8100.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 188 (73.83% from 255) = 42.73%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=28.18%
G=42.73%
B=29.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241881280.3400.320.26123.7532.3261.18
Hex7CBC80220201A7c203d
Octal17427420042040321744075
Binary111110010111100100000001000100100000110101111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,188,128); }

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

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

 a { background-color: rgb(124,188,128); }

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

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

 span { border-color: rgb(124,188,128); }

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