#7CB47C

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

Shades of De York #7CB47C

Tints of De York #7CB47C

Color information

#7CB47C (or 0x7CB47C) is unknown color: approx De York. HEX triplet: 7C, B4 and 7C. RGB value is (124,180,124). Sum of RGB (Red+Green+Blue) = 124+180+124=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB47C is #834B83. Grayscale: #9D9D9D. Windows color (decimal): -8604548 or 8172668. OLE color: 8172668.

HSL color Cylindrical-coordinate representation of color #7CB47C: hue angle of 120º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB47C is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB124180124-
CMYK0.3100.310.29
HSL120º27.18%59.61%-
HSV(B)120º31.11%70.59%-
XYZ28.2738.3824.99-
YUV156.87109.45104.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=28.97%
G=42.06%
B=28.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241801240.3100.310.2912027.1859.61
Hex7CB47C1F01F1D781b3c
Octal17426417437037351703374
Binary11111001011010011111001111101111111101111100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,124); }

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

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

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

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

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

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

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