#7AB089

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

Shades of Bay Leaf #7AB089

Tints of Bay Leaf #7AB089

Color information

#7AB089 (or 0x7AB089) is unknown color: approx Bay Leaf. HEX triplet: 7A, B0 and 89. RGB value is (122,176,137). Sum of RGB (Red+Green+Blue) = 122+176+137=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB089 is #854F76. Grayscale: #9B9B9B. Windows color (decimal): -8736631 or 9023610. OLE color: 9023610.

HSL color Cylindrical-coordinate representation of color #7AB089: hue angle of 136.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB089 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB122176137-
CMYK0.3100.220.31
HSL136.67º25.47%58.43%-
HSV(B)136.67º30.68%69.02%-
XYZ28.0736.9929.33-
YUV155.41117.61104.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.05%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=28.05%
G=40.46%
B=31.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221761370.3100.220.31136.6725.4758.43
Hex7AB0891F0161F89193a
Octal17226021137026372113172
Binary1111010101100001000100111111010110111111000100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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