Html Css Color HEX #7BA089 Bay Leaf

📋 copy color: '#7BA089'

red 123 ◦ green 160 ◦ blue 137

#7BA089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #7BA089

Tints of Bay Leaf #7BA089

RGB

 RED value IS 123 (48.44% from 255) = 29.29%

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 29.29%
G = 38.1%
B = 32.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#7BA089 (or 0x7BA089) is known color: Bay Leaf. HEX triplet: 7B, A0 and 89. RGB value is (123,160,137). Sum of RGB (Red+Green+Blue) = 123+160+137=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA089 is #845F76. Grayscale: #929292. Windows color (decimal): -8675191 or 9019515. OLE color: 9019515.

HSL color Cylindrical-coordinate representation of color #7BA089: hue angle of 142.7º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7BA089 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 123 160 137 -
CMYK 0.23 0 0.14 0.37
HSL 142.7º 0.16% 0.55% -
HSV(B) 142.7º 0.23% 0.63% -
XYZ 25.25 31.16 28.35 -
YUV 146.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 123 160 137 0.23 0 0.14 0.37 142.7 0.16 0.55
Hex 7B A0 89 17 0 E 25 8F 10 37
Octal 173 240 211 27 0 16 45 217 20 67
Binary 1111011 10100000 10001001 10111 0 1110 100101 10001111 10000 110111

Color Harmonies of #7BA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA089

Black with #7BA089

Text Example


Text Example

White with #7BA089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BA089;
 }
 .AnyTagClassName
 {
   color: #7BA089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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