#6FB487

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

Shades of Bay Leaf #6FB487

Tints of Bay Leaf #6FB487

Color information

#6FB487 (or 0x6FB487) is unknown color: approx Bay Leaf. HEX triplet: 6F, B4 and 87. RGB value is (111,180,135). Sum of RGB (Red+Green+Blue) = 111+180+135=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB487 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB487 is #904B78. Grayscale: #9A9A9A. Windows color (decimal): -9456505 or 8893551. OLE color: 8893551.

HSL color Cylindrical-coordinate representation of color #6FB487: hue angle of 140.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB487 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB111180135-
CMYK0.3800.250.29
HSL140.87º31.51%57.06%-
HSV(B)140.87º38.33%70.59%-
XYZ27.2537.7728.78-
YUV154.24117.1497.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.06%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=26.06%
G=42.25%
B=31.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801350.3800.250.29140.8731.5157.06
Hex6FB487260191D8d2039
Octal15726420746031352154071
Binary110111110110100100001111001100110011110110001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FB487; }

 p { color: rgb(111,180,135); }

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

<style>
 a { background-color: #6FB487; }

 a { background-color: rgb(111,180,135); }

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

<style>
 span { border-color: #6FB487; }

 span { border-color: rgb(111,180,135); }

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