#7CBA7E

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

Shades of De York #7CBA7E

Tints of De York #7CBA7E

Color information

#7CBA7E (or 0x7CBA7E) is unknown color: approx De York. HEX triplet: 7C, BA and 7E. RGB value is (124,186,126). Sum of RGB (Red+Green+Blue) = 124+186+126=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA7E is #834581. Grayscale: #A0A0A0. Windows color (decimal): -8603010 or 8305276. OLE color: 8305276.

HSL color Cylindrical-coordinate representation of color #7CBA7E: hue angle of 121.94º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CBA7E is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB124186126-
CMYK0.3300.320.27
HSL121.94º31%60.78%-
HSV(B)121.94º33.33%72.94%-
XYZ29.6440.9126.07-
YUV160.62108.46101.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.44%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=28.44%
G=42.66%
B=28.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241861260.3300.320.27121.943160.78
Hex7CBA7E210201B7a1f3d
Octal17427217641040331723775
Binary1111100101110101111110100001010000011011111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,186,126); }

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

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

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

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

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

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

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