#7BB189

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

Shades of Bay Leaf #7BB189

Tints of Bay Leaf #7BB189

Color information

#7BB189 (or 0x7BB189) is unknown color: approx Bay Leaf. HEX triplet: 7B, B1 and 89. RGB value is (123,177,137). Sum of RGB (Red+Green+Blue) = 123+177+137=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB189 is #844E76. Grayscale: #9C9C9C. Windows color (decimal): -8670839 or 9023867. OLE color: 9023867.

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

Color convert

RGB123177137-
CMYK0.3100.230.31
HSL135.56º25.71%58.82%-
HSV(B)135.56º30.51%69.41%-
XYZ28.4137.4629.4-
YUV156.29117.11104.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.15%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=28.15%
G=40.50%
B=31.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231771370.3100.230.31135.5625.7158.82
Hex7BB1891F0171F881a3b
Octal17326121137027372103273
Binary1111011101100011000100111111010111111111000100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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