#7CAB83

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

Shades of Bay Leaf #7CAB83

Tints of Bay Leaf #7CAB83

Color information

#7CAB83 (or 0x7CAB83) is unknown color: approx Bay Leaf. HEX triplet: 7C, AB and 83. RGB value is (124,171,131). Sum of RGB (Red+Green+Blue) = 124+171+131=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB83 is #83547C. Grayscale: #989898. Windows color (decimal): -8606845 or 8629116. OLE color: 8629116.

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

Color convert

RGB124171131-
CMYK0.2700.230.33
HSL128.94º21.86%57.84%-
HSV(B)128.94º27.49%67.06%-
XYZ26.9735.0526.82-
YUV152.39115.93107.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.11%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=29.11%
G=40.14%
B=30.75%

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
Decimal1241711310.2700.230.33128.9421.8657.84
Hex7CAB831B0172181163a
Octal17425320333027412012672
Binary11111001010101110000011110110101111000011000000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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