#7FB18A

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

Shades of Bay Leaf #7FB18A

Tints of Bay Leaf #7FB18A

Color information

#7FB18A (or 0x7FB18A) is unknown color: approx Bay Leaf. HEX triplet: 7F, B1 and 8A. RGB value is (127,177,138). Sum of RGB (Red+Green+Blue) = 127+177+138=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB18A is #804E75. Grayscale: #9D9D9D. Windows color (decimal): -8408694 or 9089407. OLE color: 9089407.

HSL color Cylindrical-coordinate representation of color #7FB18A: hue angle of 133.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB18A is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB127177138-
CMYK0.2800.220.31
HSL133.2º24.27%59.61%-
HSV(B)133.2º28.25%69.41%-
XYZ29.0637.7929.81-
YUV157.6116.94106.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.73%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=28.73%
G=40.05%
B=31.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271771380.2800.220.31133.224.2759.61
Hex7FB18A1C0161F85183c
Octal17726121234026372053074
Binary1111111101100011000101011100010110111111000010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,138); }

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

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

 a { background-color: rgb(127,177,138); }

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

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

 span { border-color: rgb(127,177,138); }

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