#7AB48C

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

Shades of Bay Leaf #7AB48C

Tints of Bay Leaf #7AB48C

Color information

#7AB48C (or 0x7AB48C) is unknown color: approx Bay Leaf. HEX triplet: 7A, B4 and 8C. RGB value is (122,180,140). Sum of RGB (Red+Green+Blue) = 122+180+140=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB48C is #854B73. Grayscale: #9E9E9E. Windows color (decimal): -8735604 or 9221242. OLE color: 9221242.

HSL color Cylindrical-coordinate representation of color #7AB48C: hue angle of 138.62º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB48C is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB122180140-
CMYK0.3200.220.29
HSL138.62º27.88%59.22%-
HSV(B)138.62º32.22%70.59%-
XYZ29.0838.6730.74-
YUV158.1117.78102.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=27.60%
G=40.72%
B=31.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801400.3200.220.29138.6227.8859.22
Hex7AB48C200161D8b1c3b
Octal17226421440026352133473
Binary11110101011010010001100100000010110111011000101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,180,140); }

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

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

 a { background-color: rgb(122,180,140); }

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

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

 span { border-color: rgb(122,180,140); }

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