#7CB888

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

Shades of Bay Leaf #7CB888

Tints of Bay Leaf #7CB888

Color information

#7CB888 (or 0x7CB888) is unknown color: approx Bay Leaf. HEX triplet: 7C, B8 and 88. RGB value is (124,184,136). Sum of RGB (Red+Green+Blue) = 124+184+136=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB888 is #834777. Grayscale: #A0A0A0. Windows color (decimal): -8603512 or 8960124. OLE color: 8960124.

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

Color convert

RGB124184136-
CMYK0.3300.260.28
HSL132º29.7%60.39%-
HSV(B)132º32.61%72.16%-
XYZ29.940.3429.5-
YUV160.59114.12101.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.93%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=27.93%
G=41.44%
B=30.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241841360.3300.260.2813229.760.39
Hex7CB8882101A1C841e3c
Octal17427021041032342043674
Binary11111001011100010001000100001011010111001000010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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