#7CAC86

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

Shades of Bay Leaf #7CAC86

Tints of Bay Leaf #7CAC86

Color information

#7CAC86 (or 0x7CAC86) is unknown color: approx Bay Leaf. HEX triplet: 7C, AC and 86. RGB value is (124,172,134). Sum of RGB (Red+Green+Blue) = 124+172+134=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAC86 is #835379. Grayscale: #999999. Windows color (decimal): -8606586 or 8825980. OLE color: 8825980.

HSL color Cylindrical-coordinate representation of color #7CAC86: hue angle of 132.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CAC86 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB124172134-
CMYK0.2800.220.33
HSL132.5º22.43%58.04%-
HSV(B)132.5º27.91%67.45%-
XYZ27.3735.5127.97-
YUV153.32117.1107.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.84%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=28.84%
G=40%
B=31.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241721340.2800.220.33132.522.4358.04
Hex7CAC861C0162184163a
Octal17425420634026412042672
Binary11111001010110010000110111000101101000011000010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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