#7CAE83

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

Shades of Bay Leaf #7CAE83

Tints of Bay Leaf #7CAE83

Color information

#7CAE83 (or 0x7CAE83) is unknown color: approx Bay Leaf. HEX triplet: 7C, AE and 83. RGB value is (124,174,131). Sum of RGB (Red+Green+Blue) = 124+174+131=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAE83 is #83517C. Grayscale: #9A9A9A. Windows color (decimal): -8606077 or 8629884. OLE color: 8629884.

HSL color Cylindrical-coordinate representation of color #7CAE83: hue angle of 128.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAE83 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB124174131-
CMYK0.2900.250.32
HSL128.4º23.58%58.43%-
HSV(B)128.4º28.74%68.24%-
XYZ27.5436.227.01-
YUV154.15114.94106.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=28.90%
G=40.56%
B=30.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241741310.2900.250.32128.423.5858.43
Hex7CAE831D0192080183a
Octal17425620335031402003072
Binary11111001010111010000011111010110011000001000000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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