#7FB58D

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

Shades of Bay Leaf #7FB58D

Tints of Bay Leaf #7FB58D

Color information

#7FB58D (or 0x7FB58D) is unknown color: approx Bay Leaf. HEX triplet: 7F, B5 and 8D. RGB value is (127,181,141). Sum of RGB (Red+Green+Blue) = 127+181+141=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB58D is #804A72. Grayscale: #A0A0A0. Windows color (decimal): -8407667 or 9287039. OLE color: 9287039.

HSL color Cylindrical-coordinate representation of color #7FB58D: hue angle of 135.56º 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 #7FB58D is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB127181141-
CMYK0.3000.220.29
HSL135.56º26.73%60.39%-
HSV(B)135.56º29.83%70.98%-
XYZ30.0839.4831.23-
YUV160.29117.11104.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.29%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=28.29%
G=40.31%
B=31.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271811410.3000.220.29135.5626.7360.39
Hex7FB58D1E0161D881b3c
Octal17726521536026352103374
Binary1111111101101011000110111110010110111011000100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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