#7FB687

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

Shades of Bay Leaf #7FB687

Tints of Bay Leaf #7FB687

Color information

#7FB687 (or 0x7FB687) is unknown color: approx Bay Leaf. HEX triplet: 7F, B6 and 87. RGB value is (127,182,135). Sum of RGB (Red+Green+Blue) = 127+182+135=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB687 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB687 is #804978. Grayscale: #A0A0A0. Windows color (decimal): -8407417 or 8894079. OLE color: 8894079.

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

Color convert

RGB127182135-
CMYK0.3000.260.29
HSL128.73º27.36%60.59%-
HSV(B)128.73º30.22%71.37%-
XYZ29.8539.7229.01-
YUV160.2113.78104.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=28.60%
G=40.99%
B=30.41%

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
Decimal1271821350.3000.260.29128.7327.3660.59
Hex7FB6871E01A1D811b3d
Octal17726620736032352013375
Binary1111111101101101000011111110011010111011000000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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