#7BA689

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

Shades of Bay Leaf #7BA689

Tints of Bay Leaf #7BA689

Color information

#7BA689 (or 0x7BA689) is unknown color: approx Bay Leaf. HEX triplet: 7B, A6 and 89. RGB value is (123,166,137). Sum of RGB (Red+Green+Blue) = 123+166+137=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA689 is #845976. Grayscale: #959595. Windows color (decimal): -8673655 or 9021051. OLE color: 9021051.

HSL color Cylindrical-coordinate representation of color #7BA689: hue angle of 139.53º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7BA689 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB123166137-
CMYK0.2600.170.35
HSL139.53º19.46%56.67%-
HSV(B)139.53º25.9%65.1%-
XYZ26.3233.2928.71-
YUV149.84120.75108.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.87%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=28.87%
G=38.97%
B=32.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231661370.2600.170.35139.5319.4656.67
Hex7BA6891A011238c1339
Octal17324621132021432142371
Binary11110111010011010001001110100100011000111000110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,166,137); }

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

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

 a { background-color: rgb(123,166,137); }

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

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

 span { border-color: rgb(123,166,137); }

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