#7CB387

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

Shades of Bay Leaf #7CB387

Tints of Bay Leaf #7CB387

Color information

#7CB387 (or 0x7CB387) is unknown color: approx Bay Leaf. HEX triplet: 7C, B3 and 87. RGB value is (124,179,135). Sum of RGB (Red+Green+Blue) = 124+179+135=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB387 is #834C78. Grayscale: #9D9D9D. Windows color (decimal): -8604793 or 8893308. OLE color: 8893308.

HSL color Cylindrical-coordinate representation of color #7CB387: hue angle of 132º 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 #7CB387 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB124179135-
CMYK0.3100.250.30
HSL132º26.57%59.41%-
HSV(B)132º30.73%70.2%-
XYZ28.8138.2728.79-
YUV157.54115.28104.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.31%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=28.31%
G=40.87%
B=30.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241791350.3100.250.3013226.5759.41
Hex7CB3871F0191E841b3b
Octal17426320737031362043373
Binary1111100101100111000011111111011001111101000010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,179,135); }

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

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

 a { background-color: rgb(124,179,135); }

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

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

 span { border-color: rgb(124,179,135); }

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