#7ABA7D

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

Shades of De York #7ABA7D

Tints of De York #7ABA7D

Color information

#7ABA7D (or 0x7ABA7D) is unknown color: approx De York. HEX triplet: 7A, BA and 7D. RGB value is (122,186,125). Sum of RGB (Red+Green+Blue) = 122+186+125=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA7D is #854582. Grayscale: #A0A0A0. Windows color (decimal): -8734083 or 8239738. OLE color: 8239738.

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

Color convert

RGB122186125-
CMYK0.3400.330.27
HSL122.81º31.68%60.39%-
HSV(B)122.81º34.41%72.94%-
XYZ29.2940.7425.72-
YUV159.91108.3100.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=28.18%
G=42.96%
B=28.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861250.3400.330.27122.8131.6860.39
Hex7ABA7D220211B7b203c
Octal17227217542041331734074
Binary11110101011101011111011000100100001110111111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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