#7CAC8B

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

Shades of Bay Leaf #7CAC8B

Tints of Bay Leaf #7CAC8B

Color information

#7CAC8B (or 0x7CAC8B) is unknown color: approx Bay Leaf. HEX triplet: 7C, AC and 8B. RGB value is (124,172,139). Sum of RGB (Red+Green+Blue) = 124+172+139=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAC8B is #835374. Grayscale: #999999. Windows color (decimal): -8606581 or 9153660. OLE color: 9153660.

HSL color Cylindrical-coordinate representation of color #7CAC8B: hue angle of 138.75º 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 #7CAC8B is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB124172139-
CMYK0.2800.190.33
HSL138.75º22.43%58.04%-
HSV(B)138.75º27.91%67.45%-
XYZ27.7235.6529.85-
YUV153.89119.6106.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.51%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=28.51%
G=39.54%
B=31.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241721390.2800.190.33138.7522.4358.04
Hex7CAC8B1C013218b163a
Octal17425421334023412132672
Binary11111001010110010001011111000100111000011000101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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