#7CB47D

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

Shades of De York #7CB47D

Tints of De York #7CB47D

Color information

#7CB47D (or 0x7CB47D) is unknown color: approx De York. HEX triplet: 7C, B4 and 7D. RGB value is (124,180,125). Sum of RGB (Red+Green+Blue) = 124+180+125=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB47D is #834B82. Grayscale: #9D9D9D. Windows color (decimal): -8604547 or 8238204. OLE color: 8238204.

HSL color Cylindrical-coordinate representation of color #7CB47D: hue angle of 121.07º 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 #7CB47D is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB124180125-
CMYK0.3100.310.29
HSL121.07º27.18%59.61%-
HSV(B)121.07º31.11%70.59%-
XYZ28.3438.4125.32-
YUV156.99109.95104.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=28.90%
G=41.96%
B=29.14%

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
Decimal1241801250.3100.310.29121.0727.1859.61
Hex7CB47D1F01F1D791b3c
Octal17426417537037351713374
Binary11111001011010011111011111101111111101111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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