#7CB086

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

Shades of Bay Leaf #7CB086

Tints of Bay Leaf #7CB086

Color information

#7CB086 (or 0x7CB086) is unknown color: approx Bay Leaf. HEX triplet: 7C, B0 and 86. RGB value is (124,176,134). Sum of RGB (Red+Green+Blue) = 124+176+134=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB086 is #834F79. Grayscale: #9B9B9B. Windows color (decimal): -8605562 or 8827004. OLE color: 8827004.

HSL color Cylindrical-coordinate representation of color #7CB086: hue angle of 131.54º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB086 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB124176134-
CMYK0.3000.240.31
HSL131.54º24.76%58.82%-
HSV(B)131.54º29.55%69.02%-
XYZ28.1437.0628.22-
YUV155.66115.77105.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.57%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=28.57%
G=40.55%
B=30.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241761340.3000.240.31131.5424.7658.82
Hex7CB0861E0181F84193b
Octal17426020636030372043173
Binary1111100101100001000011011110011000111111000010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,176,134); }

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

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

 a { background-color: rgb(124,176,134); }

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

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

 span { border-color: rgb(124,176,134); }

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