#7BB38B

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

Shades of Bay Leaf #7BB38B

Tints of Bay Leaf #7BB38B

Color information

#7BB38B (or 0x7BB38B) is unknown color: approx Bay Leaf. HEX triplet: 7B, B3 and 8B. RGB value is (123,179,139). Sum of RGB (Red+Green+Blue) = 123+179+139=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB38B is #844C74. Grayscale: #9D9D9D. Windows color (decimal): -8670325 or 9155451. OLE color: 9155451.

HSL color Cylindrical-coordinate representation of color #7BB38B: hue angle of 137.14º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB38B is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB123179139-
CMYK0.3100.220.30
HSL137.14º26.92%59.22%-
HSV(B)137.14º31.28%70.2%-
XYZ28.9538.3230.3-
YUV157.7117.45103.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.89%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=27.89%
G=40.59%
B=31.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1231791390.3100.220.30137.1426.9259.22
Hex7BB38B1F0161E891b3b
Octal17326321337026362113373
Binary1111011101100111000101111111010110111101000100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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