#7FBA87

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

Shades of De York #7FBA87

Tints of De York #7FBA87

Color information

#7FBA87 (or 0x7FBA87) is unknown color: approx De York. HEX triplet: 7F, BA and 87. RGB value is (127,186,135). Sum of RGB (Red+Green+Blue) = 127+186+135=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA87 is #804578. Grayscale: #A2A2A2. Windows color (decimal): -8406393 or 8895103. OLE color: 8895103.

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

Color convert

RGB127186135-
CMYK0.3200.270.27
HSL128.14º29.95%61.37%-
HSV(B)128.14º31.72%72.94%-
XYZ30.6841.3829.29-
YUV162.54112.45102.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 135 (53.12% from 255) = 30.13%
R=28.35%
G=41.52%
B=30.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861350.3200.270.27128.1429.9561.37
Hex7FBA872001B1B801e3d
Octal17727220740033332003675
Binary11111111011101010000111100000011011110111000000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,135); }

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

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

 a { background-color: rgb(127,186,135); }

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

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

 span { border-color: rgb(127,186,135); }

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