#7ABA89

Color #7ABA89 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7ABA89

Tints of Bay Leaf #7ABA89

Color information

#7ABA89 (or 0x7ABA89) is unknown color: approx Bay Leaf. HEX triplet: 7A, BA and 89. RGB value is (122,186,137). Sum of RGB (Red+Green+Blue) = 122+186+137=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA89 is #854576. Grayscale: #A1A1A1. Windows color (decimal): -8734071 or 9026170. OLE color: 9026170.

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

Color convert

RGB122186137-
CMYK0.3400.260.27
HSL134.06º31.68%60.39%-
HSV(B)134.06º34.41%72.94%-
XYZ30.141.0630.01-
YUV161.28114.399.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.42%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 137 (53.91% from 255) = 30.79%
R=27.42%
G=41.80%
B=30.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861370.3400.260.27134.0631.6860.39
Hex7ABA892201A1B86203c
Octal17227221142032332064074
Binary111101010111010100010011000100110101101110000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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