#7CAB8A

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

Shades of Bay Leaf #7CAB8A

Tints of Bay Leaf #7CAB8A

Color information

#7CAB8A (or 0x7CAB8A) is unknown color: approx Bay Leaf. HEX triplet: 7C, AB and 8A. RGB value is (124,171,138). Sum of RGB (Red+Green+Blue) = 124+171+138=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB8A is #835475. Grayscale: #999999. Windows color (decimal): -8606838 or 9087868. OLE color: 9087868.

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

Color convert

RGB124171138-
CMYK0.2700.190.33
HSL137.87º21.86%57.84%-
HSV(B)137.87º27.49%67.06%-
XYZ27.4635.2529.4-
YUV153.18119.43107.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.64%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=28.64%
G=39.49%
B=31.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711380.2700.190.33137.8721.8657.84
Hex7CAB8A1B013218a163a
Octal17425321233023412122672
Binary11111001010101110001010110110100111000011000101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,138); }

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

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

 a { background-color: rgb(124,171,138); }

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

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

 span { border-color: rgb(124,171,138); }

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