#7FB68E

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

Shades of Bay Leaf #7FB68E

Tints of Bay Leaf #7FB68E

Color information

#7FB68E (or 0x7FB68E) is unknown color: approx Bay Leaf. HEX triplet: 7F, B6 and 8E. RGB value is (127,182,142). Sum of RGB (Red+Green+Blue) = 127+182+142=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB68E is #804971. Grayscale: #A1A1A1. Windows color (decimal): -8407410 or 9352831. OLE color: 9352831.

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

Color convert

RGB127182142-
CMYK0.3000.220.29
HSL136.36º27.36%60.59%-
HSV(B)136.36º30.22%71.37%-
XYZ30.3639.9231.7-
YUV160.99117.28103.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.16%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=28.16%
G=40.35%
B=31.49%

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
Decimal1271821420.3000.220.29136.3627.3660.59
Hex7FB68E1E0161D881b3d
Octal17726621636026352103375
Binary1111111101101101000111011110010110111011000100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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