#7CAA8C

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

Shades of Bay Leaf #7CAA8C

Tints of Bay Leaf #7CAA8C

Color information

#7CAA8C (or 0x7CAA8C) is unknown color: approx Bay Leaf. HEX triplet: 7C, AA and 8C. RGB value is (124,170,140). Sum of RGB (Red+Green+Blue) = 124+170+140=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAA8C is #835573. Grayscale: #989898. Windows color (decimal): -8607092 or 9218684. OLE color: 9218684.

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

Color convert

RGB124170140-
CMYK0.2700.180.33
HSL140.87º21.3%57.65%-
HSV(B)140.87º27.06%66.67%-
XYZ27.4234.9330.11-
YUV152.83120.76107.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.57%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=28.57%
G=39.17%
B=32.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701400.2700.180.33140.8721.357.65
Hex7CAA8C1B012218d153a
Octal17425221433022412152572
Binary11111001010101010001100110110100101000011000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,140); }

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

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

 a { background-color: rgb(124,170,140); }

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

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

 span { border-color: rgb(124,170,140); }

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