#7FB58C

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

Shades of Bay Leaf #7FB58C

Tints of Bay Leaf #7FB58C

Color information

#7FB58C (or 0x7FB58C) is unknown color: approx Bay Leaf. HEX triplet: 7F, B5 and 8C. RGB value is (127,181,140). Sum of RGB (Red+Green+Blue) = 127+181+140=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB58C is #804A73. Grayscale: #A0A0A0. Windows color (decimal): -8407668 or 9221503. OLE color: 9221503.

HSL color Cylindrical-coordinate representation of color #7FB58C: hue angle of 134.44º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB58C is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB127181140-
CMYK0.3000.230.29
HSL134.44º26.73%60.39%-
HSV(B)134.44º29.83%70.98%-
XYZ30.0139.4530.84-
YUV160.18116.61104.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.35%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=28.35%
G=40.40%
B=31.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271811400.3000.230.29134.4426.7360.39
Hex7FB58C1E0171D861b3c
Octal17726521436027352063374
Binary1111111101101011000110011110010111111011000011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,181,140); }

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

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

 a { background-color: rgb(127,181,140); }

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

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

 span { border-color: rgb(127,181,140); }

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