#7CAC84

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

Shades of Bay Leaf #7CAC84

Tints of Bay Leaf #7CAC84

Color information

#7CAC84 (or 0x7CAC84) is unknown color: approx Bay Leaf. HEX triplet: 7C, AC and 84. RGB value is (124,172,132). Sum of RGB (Red+Green+Blue) = 124+172+132=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAC84 is #83537B. Grayscale: #999999. Windows color (decimal): -8606588 or 8694908. OLE color: 8694908.

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

Color convert

RGB124172132-
CMYK0.2800.230.33
HSL130º22.43%58.04%-
HSV(B)130º27.91%67.45%-
XYZ27.2335.4627.24-
YUV153.09116.1107.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=28.97%
G=40.19%
B=30.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241721320.2800.230.3313022.4358.04
Hex7CAC841C0172182163a
Octal17425420434027412022672
Binary11111001010110010000100111000101111000011000001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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