#7CAB84

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

Shades of Bay Leaf #7CAB84

Tints of Bay Leaf #7CAB84

Color information

#7CAB84 (or 0x7CAB84) is unknown color: approx Bay Leaf. HEX triplet: 7C, AB and 84. RGB value is (124,171,132). Sum of RGB (Red+Green+Blue) = 124+171+132=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB84 is #83547B. Grayscale: #989898. Windows color (decimal): -8606844 or 8694652. OLE color: 8694652.

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

Color convert

RGB124171132-
CMYK0.2700.230.33
HSL130.21º21.86%57.84%-
HSV(B)130.21º27.49%67.06%-
XYZ27.0435.0827.18-
YUV152.5116.43107.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=29.04%
G=40.05%
B=30.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711320.2700.230.33130.2121.8657.84
Hex7CAB841B0172182163a
Octal17425320433027412022672
Binary11111001010101110000100110110101111000011000001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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