#7AA188

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

Shades of Bay Leaf #7AA188

Tints of Bay Leaf #7AA188

Color information

#7AA188 (or 0x7AA188) is unknown color: approx Bay Leaf. HEX triplet: 7A, A1 and 88. RGB value is (122,161,136). Sum of RGB (Red+Green+Blue) = 122+161+136=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA188 is #855E77. Grayscale: #929292. Windows color (decimal): -8740472 or 8954234. OLE color: 8954234.

HSL color Cylindrical-coordinate representation of color #7AA188: hue angle of 141.54º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA188 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB122161136-
CMYK0.2400.160.37
HSL141.54º17.18%55.49%-
HSV(B)141.54º24.22%63.14%-
XYZ25.2131.428.03-
YUV146.49122.08110.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=29.12%
G=38.42%
B=32.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1221611360.2400.160.37141.5417.1855.49
Hex7AA18818010258e1137
Octal17224121030020452162167
Binary11110101010000110001000110000100001001011000111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,161,136); }

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

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

 a { background-color: rgb(122,161,136); }

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

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

 span { border-color: rgb(122,161,136); }

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