#7AB990

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

Shades of Bay Leaf #7AB990

Tints of Bay Leaf #7AB990

Color information

#7AB990 (or 0x7AB990) is unknown color: approx Bay Leaf. HEX triplet: 7A, B9 and 90. RGB value is (122,185,144). Sum of RGB (Red+Green+Blue) = 122+185+144=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB990 is #85466F. Grayscale: #A1A1A1. Windows color (decimal): -8734320 or 9484666. OLE color: 9484666.

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

Color convert

RGB122185144-
CMYK0.3400.220.27
HSL140.95º31.03%60.2%-
HSV(B)140.95º34.05%72.55%-
XYZ30.4140.8532.67-
YUV161.49118.1399.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=27.05%
G=41.02%
B=31.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221851440.3400.220.27140.9531.0360.2
Hex7AB990220161B8d1f3c
Octal17227122042026332153774
Binary11110101011100110010000100010010110110111000110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,185,144); }

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

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

 a { background-color: rgb(122,185,144); }

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

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

 span { border-color: rgb(122,185,144); }

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