#7CBA7A

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

Shades of De York #7CBA7A

Tints of De York #7CBA7A

Color information

#7CBA7A (or 0x7CBA7A) is unknown color: approx De York. HEX triplet: 7C, BA and 7A. RGB value is (124,186,122). Sum of RGB (Red+Green+Blue) = 124+186+122=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA7A is #834585. Grayscale: #A0A0A0. Windows color (decimal): -8603014 or 8043132. OLE color: 8043132.

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

Color convert

RGB124186122-
CMYK0.3300.340.27
HSL118.12º31.68%60.39%-
HSV(B)118.12º34.41%72.94%-
XYZ29.3840.8124.74-
YUV160.17106.46102.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.70%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=28.70%
G=43.06%
B=28.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241861220.3300.340.27118.1231.6860.39
Hex7CBA7A210221B76203c
Octal17427217241042331664074
Binary11111001011101011110101000010100010110111110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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