#7CB990

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

Shades of Bay Leaf #7CB990

Tints of Bay Leaf #7CB990

Color information

#7CB990 (or 0x7CB990) is unknown color: approx Bay Leaf. HEX triplet: 7C, B9 and 90. RGB value is (124,185,144). Sum of RGB (Red+Green+Blue) = 124+185+144=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB990 is #83466F. Grayscale: #A2A2A2. Windows color (decimal): -8603248 or 9484668. OLE color: 9484668.

HSL color Cylindrical-coordinate representation of color #7CB990: hue angle of 139.67º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB990 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB124185144-
CMYK0.3300.220.27
HSL139.67º30.35%60.59%-
HSV(B)139.67º32.97%72.55%-
XYZ30.74132.68-
YUV162.09117.79100.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=27.37%
G=40.84%
B=31.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241851440.3300.220.27139.6730.3560.59
Hex7CB990210161B8c1e3d
Octal17427122041026332143675
Binary11111001011100110010000100001010110110111000110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,144); }

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

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

 a { background-color: rgb(124,185,144); }

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

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

 span { border-color: rgb(124,185,144); }

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