#7ABA8A

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

Shades of Bay Leaf #7ABA8A

Tints of Bay Leaf #7ABA8A

Color information

#7ABA8A (or 0x7ABA8A) is unknown color: approx Bay Leaf. HEX triplet: 7A, BA and 8A. RGB value is (122,186,138). Sum of RGB (Red+Green+Blue) = 122+186+138=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA8A is #854575. Grayscale: #A1A1A1. Windows color (decimal): -8734070 or 9091706. OLE color: 9091706.

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

Color convert

RGB122186138-
CMYK0.3400.260.27
HSL135º31.68%60.39%-
HSV(B)135º34.41%72.94%-
XYZ30.1741.0930.39-
YUV161.39114.899.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.35%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=27.35%
G=41.70%
B=30.94%

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
Decimal1221861380.3400.260.2713531.6860.39
Hex7ABA8A2201A1B87203c
Octal17227221242032332074074
Binary111101010111010100010101000100110101101110000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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