#7AB589

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

Shades of Bay Leaf #7AB589

Tints of Bay Leaf #7AB589

Color information

#7AB589 (or 0x7AB589) is unknown color: approx Bay Leaf. HEX triplet: 7A, B5 and 89. RGB value is (122,181,137). Sum of RGB (Red+Green+Blue) = 122+181+137=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB589 is #854A76. Grayscale: #9E9E9E. Windows color (decimal): -8735351 or 9024890. OLE color: 9024890.

HSL color Cylindrical-coordinate representation of color #7AB589: hue angle of 135.25º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB589 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB122181137-
CMYK0.3300.240.29
HSL135.25º28.5%59.41%-
HSV(B)135.25º32.6%70.98%-
XYZ29.0738.9929.66-
YUV158.34115.95102.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=27.73%
G=41.14%
B=31.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221811370.3300.240.29135.2528.559.41
Hex7AB589210181D871d3b
Octal17226521141030352073573
Binary11110101011010110001001100001011000111011000011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,181,137); }

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

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

 a { background-color: rgb(122,181,137); }

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

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

 span { border-color: rgb(122,181,137); }

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