#7BAE8B

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

Shades of Bay Leaf #7BAE8B

Tints of Bay Leaf #7BAE8B

Color information

#7BAE8B (or 0x7BAE8B) is unknown color: approx Bay Leaf. HEX triplet: 7B, AE and 8B. RGB value is (123,174,139). Sum of RGB (Red+Green+Blue) = 123+174+139=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAE8B is #845174. Grayscale: #9A9A9A. Windows color (decimal): -8671605 or 9154171. OLE color: 9154171.

HSL color Cylindrical-coordinate representation of color #7BAE8B: hue angle of 138.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAE8B is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB123174139-
CMYK0.2900.200.32
HSL138.82º23.94%58.24%-
HSV(B)138.82º29.31%68.24%-
XYZ27.9636.3529.97-
YUV154.76119.1105.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.21%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=28.21%
G=39.91%
B=31.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231741390.2900.200.32138.8223.9458.24
Hex7BAE8B1D014208b183a
Octal17325621335024402133072
Binary11110111010111010001011111010101001000001000101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,139); }

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

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

 a { background-color: rgb(123,174,139); }

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

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

 span { border-color: rgb(123,174,139); }

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