#7FB68A

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

Shades of Bay Leaf #7FB68A

Tints of Bay Leaf #7FB68A

Color information

#7FB68A (or 0x7FB68A) is unknown color: approx Bay Leaf. HEX triplet: 7F, B6 and 8A. RGB value is (127,182,138). Sum of RGB (Red+Green+Blue) = 127+182+138=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB68A is #804975. Grayscale: #A0A0A0. Windows color (decimal): -8407414 or 9090687. OLE color: 9090687.

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

Color convert

RGB127182138-
CMYK0.3000.240.29
HSL132º27.36%60.59%-
HSV(B)132º30.22%71.37%-
XYZ30.0739.830.14-
YUV160.54115.28104.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.41%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=28.41%
G=40.72%
B=30.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271821380.3000.240.2913227.3660.59
Hex7FB68A1E0181D841b3d
Octal17726621236030352043375
Binary1111111101101101000101011110011000111011000010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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