#7AB988

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

Shades of Bay Leaf #7AB988

Tints of Bay Leaf #7AB988

Color information

#7AB988 (or 0x7AB988) is unknown color: approx Bay Leaf. HEX triplet: 7A, B9 and 88. RGB value is (122,185,136). Sum of RGB (Red+Green+Blue) = 122+185+136=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB988 is #854677. Grayscale: #A0A0A0. Windows color (decimal): -8734328 or 8960378. OLE color: 8960378.

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

Color convert

RGB122185136-
CMYK0.3400.260.27
HSL133.33º31.03%60.2%-
HSV(B)133.33º34.05%72.55%-
XYZ29.8240.6129.56-
YUV160.58114.13100.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.54%
GREEN value IS 185 (72.66% from 255) = 41.76%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=27.54%
G=41.76%
B=30.70%

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
Decimal1221851360.3400.260.27133.3331.0360.2
Hex7AB9882201A1B851f3c
Octal17227121042032332053774
Binary11110101011100110001000100010011010110111000010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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