Html Css Color HEX #7BA189 Bay Leaf

📋 copy color: '#7BA189'

red 123 ◦ green 161 ◦ blue 137

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

Shades of Bay Leaf #7BA189

Tints of Bay Leaf #7BA189

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

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

R = 29.22%
G = 38.24%
B = 32.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#7BA189 (or 0x7BA189) is known color: Bay Leaf. HEX triplet: 7B, A1 and 89. RGB value is (123,161,137). Sum of RGB (Red+Green+Blue) = 123+161+137=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA189 is #845E76. Grayscale: #929292. Windows color (decimal): -8674935 or 9019771. OLE color: 9019771.

HSL color Cylindrical-coordinate representation of color #7BA189: hue angle of 142.11º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7BA189 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 123 161 137 -
CMYK 0.24 0 0.15 0.37
HSL 142.11º 0.17% 0.56% -
HSV(B) 142.11º 0.24% 0.63% -
XYZ 25.43 31.51 28.41 -
YUV 146.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 123 161 137 0.24 0 0.15 0.37 142.11 0.17 0.56
Hex 7B A1 89 18 0 F 25 8E 11 38
Octal 173 241 211 30 0 17 45 216 21 70
Binary 1111011 10100001 10001001 11000 0 1111 100101 10001110 10001 111000

Color Harmonies of #7BA189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA189

Black with #7BA189

Text Example


Text Example

White with #7BA189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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