#7CB388

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

Shades of Bay Leaf #7CB388

Tints of Bay Leaf #7CB388

Color information

#7CB388 (or 0x7CB388) is unknown color: approx Bay Leaf. HEX triplet: 7C, B3 and 88. RGB value is (124,179,136). Sum of RGB (Red+Green+Blue) = 124+179+136=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB388 is #834C77. Grayscale: #9D9D9D. Windows color (decimal): -8604792 or 8958844. OLE color: 8958844.

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

Color convert

RGB124179136-
CMYK0.3100.240.30
HSL133.09º26.57%59.41%-
HSV(B)133.09º30.73%70.2%-
XYZ28.8838.329.16-
YUV157.65115.78104-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.25%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=28.25%
G=40.77%
B=30.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241791360.3100.240.30133.0926.5759.41
Hex7CB3881F0181E851b3b
Octal17426321037030362053373
Binary1111100101100111000100011111011000111101000010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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