#7AAE88

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

Shades of Bay Leaf #7AAE88

Tints of Bay Leaf #7AAE88

Color information

#7AAE88 (or 0x7AAE88) is unknown color: approx Bay Leaf. HEX triplet: 7A, AE and 88. RGB value is (122,174,136). Sum of RGB (Red+Green+Blue) = 122+174+136=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAE88 is #855177. Grayscale: #9A9A9A. Windows color (decimal): -8737144 or 8957562. OLE color: 8957562.

HSL color Cylindrical-coordinate representation of color #7AAE88: hue angle of 136.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAE88 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB122174136-
CMYK0.3000.220.32
HSL136.15º24.3%58.04%-
HSV(B)136.15º29.89%68.24%-
XYZ27.6136.1928.82-
YUV154.12117.77105.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.24%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=28.24%
G=40.28%
B=31.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221741360.3000.220.32136.1524.358.04
Hex7AAE881E0162088183a
Octal17225621036026402103072
Binary11110101010111010001000111100101101000001000100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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