#7CB988

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

Shades of Bay Leaf #7CB988

Tints of Bay Leaf #7CB988

Color information

#7CB988 (or 0x7CB988) is unknown color: approx Bay Leaf. HEX triplet: 7C, B9 and 88. RGB value is (124,185,136). Sum of RGB (Red+Green+Blue) = 124+185+136=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB988 is #834677. Grayscale: #A1A1A1. Windows color (decimal): -8603256 or 8960380. OLE color: 8960380.

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

Color convert

RGB124185136-
CMYK0.3300.260.27
HSL131.8º30.35%60.59%-
HSV(B)131.8º32.97%72.55%-
XYZ30.1140.7629.57-
YUV161.17113.79101.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.87%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=27.87%
G=41.57%
B=30.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241851360.3300.260.27131.830.3560.59
Hex7CB9882101A1B841e3d
Octal17427121041032332043675
Binary11111001011100110001000100001011010110111000010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,136); }

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

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

 a { background-color: rgb(124,185,136); }

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

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

 span { border-color: rgb(124,185,136); }

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