#7FB686

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

Shades of Bay Leaf #7FB686

Tints of Bay Leaf #7FB686

Color information

#7FB686 (or 0x7FB686) is unknown color: approx Bay Leaf. HEX triplet: 7F, B6 and 86. RGB value is (127,182,134). Sum of RGB (Red+Green+Blue) = 127+182+134=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB686 is #804979. Grayscale: #A0A0A0. Windows color (decimal): -8407418 or 8828543. OLE color: 8828543.

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

Color convert

RGB127182134-
CMYK0.3000.260.29
HSL127.64º27.36%60.59%-
HSV(B)127.64º30.22%71.37%-
XYZ29.7839.6928.65-
YUV160.08113.28104.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.67%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=28.67%
G=41.08%
B=30.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271821340.3000.260.29127.6427.3660.59
Hex7FB6861E01A1D801b3d
Octal17726620636032352003375
Binary1111111101101101000011011110011010111011000000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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