#7CB47F

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

Shades of De York #7CB47F

Tints of De York #7CB47F

Color information

#7CB47F (or 0x7CB47F) is unknown color: approx De York. HEX triplet: 7C, B4 and 7F. RGB value is (124,180,127). Sum of RGB (Red+Green+Blue) = 124+180+127=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB47F is #834B80. Grayscale: #9D9D9D. Windows color (decimal): -8604545 or 8369276. OLE color: 8369276.

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

Color convert

RGB124180127-
CMYK0.3100.290.29
HSL123.21º27.18%59.61%-
HSV(B)123.21º31.11%70.59%-
XYZ28.4638.4626-
YUV157.21110.95104.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.77%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 127 (50% from 255) = 29.47%
R=28.77%
G=41.76%
B=29.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241801270.3100.290.29123.2127.1859.61
Hex7CB47F1F01D1D7b1b3c
Octal17426417737035351733374
Binary11111001011010011111111111101110111101111101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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