#7BBA8A

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

Shades of Bay Leaf #7BBA8A

Tints of Bay Leaf #7BBA8A

Color information

#7BBA8A (or 0x7BBA8A) is unknown color: approx Bay Leaf. HEX triplet: 7B, BA and 8A. RGB value is (123,186,138). Sum of RGB (Red+Green+Blue) = 123+186+138=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA8A is #844575. Grayscale: #A1A1A1. Windows color (decimal): -8668534 or 9091707. OLE color: 9091707.

HSL color Cylindrical-coordinate representation of color #7BBA8A: hue angle of 134.29º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA8A is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB123186138-
CMYK0.3400.260.27
HSL134.29º31.34%60.59%-
HSV(B)134.29º33.87%72.94%-
XYZ30.3141.1630.39-
YUV161.69114.63100.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.52%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=27.52%
G=41.61%
B=30.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231861380.3400.260.27134.2931.3460.59
Hex7BBA8A2201A1B861f3d
Octal17327221242032332063775
Binary11110111011101010001010100010011010110111000011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,186,138); }

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

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

 a { background-color: rgb(123,186,138); }

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

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

 span { border-color: rgb(123,186,138); }

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