#7ABA81

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

Shades of De York #7ABA81

Tints of De York #7ABA81

Color information

#7ABA81 (or 0x7ABA81) is unknown color: approx De York. HEX triplet: 7A, BA and 81. RGB value is (122,186,129). Sum of RGB (Red+Green+Blue) = 122+186+129=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA81 is #85457E. Grayscale: #A0A0A0. Windows color (decimal): -8734079 or 8501882. OLE color: 8501882.

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

Color convert

RGB122186129-
CMYK0.3400.310.27
HSL126.56º31.68%60.39%-
HSV(B)126.56º34.41%72.94%-
XYZ29.5540.8427.09-
YUV160.37110.3100.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=27.92%
G=42.56%
B=29.52%

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
Decimal1221861290.3400.310.27126.5631.6860.39
Hex7ABA812201F1B7f203c
Octal17227220142037331774074
Binary11110101011101010000001100010011111110111111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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