#7ABA80

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

Shades of De York #7ABA80

Tints of De York #7ABA80

Color information

#7ABA80 (or 0x7ABA80) is unknown color: approx De York. HEX triplet: 7A, BA and 80. RGB value is (122,186,128). Sum of RGB (Red+Green+Blue) = 122+186+128=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA80 is #85457F. Grayscale: #A0A0A0. Windows color (decimal): -8734080 or 8436346. OLE color: 8436346.

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

Color convert

RGB122186128-
CMYK0.3400.310.27
HSL125.62º31.68%60.39%-
HSV(B)125.62º34.41%72.94%-
XYZ29.4840.8126.75-
YUV160.25109.8100.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.98%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=27.98%
G=42.66%
B=29.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861280.3400.310.27125.6231.6860.39
Hex7ABA802201F1B7e203c
Octal17227220042037331764074
Binary11110101011101010000000100010011111110111111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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